index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
vce_v3_0.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/amdgpu: various cleanups for uvd/vce.
Rex Zhu
2017-04-04
1
-15
/
+3
*
drm/amd/powerplay: add a new register define for APU in VI.
Rex Zhu
2017-03-29
1
-2
/
+6
*
drm/amdgpu: refine vce_3.0 code.
Rex Zhu
2017-03-29
1
-9
/
+7
*
drm/amdgpu/ih: store the full context id
Alex Deucher
2017-03-29
1
-3
/
+3
*
drm/amdgpu: switch ih handling to two levels (v3)
Alex Deucher
2017-03-29
1
-1
/
+1
*
drm/amdgpu: change wptr to 64 bits (v2)
Ken Wang
2017-03-29
1
-11
/
+13
*
drm/amdgpu: read hw register to check pg status.
Rex Zhu
2017-02-13
1
-3
/
+2
*
drm/amdgpu: Add to initialization of mmVCE_VCPU_CNTL register
Alan Harrison
2017-02-13
1
-0
/
+2
*
drm/amdgpu: refine vce3.0 code and related powerplay pg code.
Rex Zhu
2017-02-08
1
-11
/
+6
*
drm/amdgpu: refine vce3.0 initialize.
Rex Zhu
2017-01-27
1
-17
/
+4
*
drm/amdgpu: add get clockgating_state method for vce v3
Huang Rui
2017-01-27
1
-4
/
+36
*
drm/amdgpu: fix program vce instance logic error.
Rex Zhu
2017-01-17
1
-9
/
+16
*
drm/amdgpu: fix bug set incorrect value to vce register
Rex Zhu
2017-01-17
1
-1
/
+1
*
drm/amd/amdgpu: add Polaris12 support (v3)
Junwei Zhang
2017-01-06
1
-2
/
+3
*
drm/amdgpu: enable VCE clockgating in Polaris-10/11
Maruthi Srinivas Bayyavarapu
2016-12-06
1
-1
/
+1
*
Backmerge tag 'v4.9-rc4' into drm-next
Dave Airlie
2016-11-07
1
-0
/
+6
|
\
|
*
drm/amdgpu/vce3: only enable 3 rings on new enough firmware (v2)
Alex Deucher
2016-10-25
1
-0
/
+6
*
|
drm/amdgpu: add VCE VM session tracking
Christian König
2016-10-25
1
-0
/
+1
*
|
drm/amdgpu: rework IP block registration (v2)
Alex Deucher
2016-10-25
1
-1
/
+28
*
|
drm/amdgpu: move align_mask and nop into ring funcs as well (v2)
Christian König
2016-10-25
1
-2
/
+5
*
|
drm/amdgpu: move the ring type into the funcs structure (v2)
Christian König
2016-10-25
1
-1
/
+3
*
|
drm/amdgpu: move IB and frame size directly into the engine description
Christian König
2016-10-25
1
-25
/
+9
*
|
drm/amdgpu: remove explicit NULL init for parse_cs
Christian König
2016-10-25
1
-1
/
+0
|
/
*
drm/amdgpu: fix amdgpu_need_full_reset (v2)
Alex Deucher
2016-10-14
1
-8
/
+7
*
drm/amdgpu: bypass vce clock if vce is idle on Fiji.
Rex Zhu
2016-09-27
1
-1
/
+2
*
drm/amdgpu/vce3: add ring callbacks for ib and dma frame size
Alex Deucher
2016-09-16
1
-0
/
+25
*
drm/amdgpu: add VCE VM mode support
Maruthi Srinivas Bayyavarapu
2016-09-12
1
-3
/
+60
*
drm/amdgpu: add vce bypass mode for tonga.
Rex Zhu
2016-08-25
1
-1
/
+2
*
drm/amdgpu: refine function name for consistency
Rex Zhu
2016-08-25
1
-2
/
+2
*
drm/amdgpu/vce3: add support for third vce ring
Alex Deucher
2016-08-25
1
-4
/
+18
*
drm/amdgpu: track the number of vce rings
Alex Deucher
2016-08-25
1
-19
/
+18
*
drm/amd/amdgpu: add mutex in check_soft for VCE v3
Tom St Denis
2016-08-16
1
-0
/
+2
*
drm/amd/amdgpu: Cleanup register access in VCE v3
Tom St Denis
2016-08-16
1
-102
/
+43
*
drm/amdgpu: enable VCE soft reset
Chunming Zhou
2016-08-08
1
-3
/
+0
*
drm/amdgpu: remove RB1_BUSY bit checking
Rex Zhu
2016-08-08
1
-1
/
+5
*
drm/amdgpu: fix harvest config checking in vce3 check_soft_reset
Chunming Zhou
2016-08-08
1
-3
/
+0
*
drm/amd/amdgpu: Don't set VCE CG in startup
Tom St Denis
2016-08-08
1
-4
/
+0
*
drm/amd/amdgpu: Fix VCE CG order and resume defaults
Tom St Denis
2016-08-08
1
-24
/
+12
*
drm/amd/amdgpu: fix indentation in vce3 CG
Tom St Denis
2016-08-08
1
-6
/
+7
*
drm/amdgpu: implement vce3 check/post_soft_reset
Chunming Zhou
2016-08-08
1
-7
/
+108
*
drm/amdgpu: use begin/end_use for VCE power/clock gating
Christian König
2016-07-29
1
-0
/
+2
*
drm/amdgpu: add bypass mode for vce3.0
Rex Zhu
2016-07-29
1
-0
/
+15
*
drm/amdgpu: correct coding style
jimqu
2016-07-29
1
-2
/
+2
*
drm/amdgpu: S3 resume fail on Polaris10
jimqu
2016-07-15
1
-46
/
+97
*
drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)
Tom St Denis
2016-05-11
1
-0
/
+1
*
drm/amd: cleanup remaining spaces and tabs v2
Christian König
2016-05-11
1
-3
/
+3
*
drm/amd/amdgpu: Drop print_status callbacks.
Tom St Denis
2016-05-04
1
-68
/
+0
*
drm/amdgpu: change ELM/BAF to Polaris10/Polaris11
Flora Cui
2016-05-04
1
-3
/
+3
*
drm/amdgpu: add VCE support to ELM/BAF
Sonny Jiang
2016-05-04
1
-2
/
+4
*
drm/amdgpu: use max_dw in ring_init
Christian König
2016-05-04
1
-2
/
+2
[next]