index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
firmware_class
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-07-29
drm/amdgpu: fix default UVD context size
Christian König
1
-1
/
+1
2016-07-29
drm/amdgpu: fix incorrect type of info_id
Huang Rui
1
-5
/
+5
2016-07-29
drm/amdgpu: make amdgpu_cgs_call_acpi_method as static
Huang Rui
1
-1
/
+1
2016-07-29
drm/amdgpu: comment out unused defaults_staturn_pro static const structure to...
Slava Grigorev
1
-0
/
+2
2016-07-29
drm/amdgpu: enable UVD VM only on polaris
Christian König
1
-1
/
+1
2016-07-29
drm/amdgpu: increase timeout of IB test
Chunming Zhou
1
-1
/
+1
2016-07-29
drm/amdgpu: add destroy session when generate VCE destroy msg.
Rex Zhu
1
-7
/
+8
2016-07-29
drm/amd: fix deadlock of job_list_lock V2
Chunming Zhou
1
-3
/
+6
2016-07-29
drm/amd: reset hw count when reset job
Chunming Zhou
1
-0
/
+3
2016-07-29
drm/amdgpu: free handles after fini the context
Leo Liu
1
-4
/
+3
2016-07-29
drm/ttm: partial revert "cleanup ttm_tt_(unbind|destroy)" v3
Christian König
3
-7
/
+22
2016-07-29
drm/amdgpu: add a fence timeout for the IB tests v2
Christian König
11
-57
/
+93
2016-07-29
drm/amdgpu: move UVD IB test into common code v2
Christian König
5
-125
/
+40
2016-07-29
drm/amdgpu: use begin/end_use for VCE power/clock gating
Christian König
5
-13
/
+31
2016-07-29
drm/amdgpu: use begin/end_use for UVD power/clock gating
Christian König
5
-8
/
+17
2016-07-29
drm/amdgpu: add begin/end_use ring callbacks
Christian König
2
-0
/
+13
2016-07-29
drm/amdgpu: remove fence_lock
Christian König
2
-2
/
+0
2016-07-29
drm/amdgpu: fix indentation in struct amdgpu_ring
Christian König
1
-2
/
+2
2016-07-29
drm/amd/powerplay: fix issue can't enable vce dpm.
Rex Zhu
3
-28
/
+22
2016-07-29
drm/amdgpu: add bypass mode for vce3.0
Rex Zhu
1
-0
/
+15
2016-07-29
Revert "drm/amd/powerplay: workaround issue that when uvd dpm disabled,"
Rex Zhu
1
-4
/
+0
2016-07-29
drm/amd/powerplay: fix typo error when set clock gate state.
Rex Zhu
2
-2
/
+2
2016-07-29
drm/amdgpu: correct coding style
jimqu
1
-2
/
+2
2016-07-29
drm/amdgpu: increment driver minor
Christian König
1
-1
/
+2
2016-07-29
drm/amdgpu: implement UVD VM mode for Stoney v2
Christian König
2
-2
/
+82
2016-07-29
drm/amd/powerplay: Delete unused functions in ppevvmath.h
Nils Wallménius
1
-58
/
+1
2016-07-29
drm/amd/powerplay: Mark functions of ppevvmath.h static
Nils Wallménius
1
-64
/
+64
2016-07-29
drm/radeon: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
1
-1
/
+1
2016-07-29
drm/amd/powerplay: Delete an unnecessary variable initialisation in phm_dispa...
SF Markus Elfring
1
-1
/
+1
2016-07-29
drm/amd/powerplay: Change assignment for a buffer variable in phm_dispatch_ta...
Markus Elfring
1
-1
/
+3
2016-07-29
drm/amdgpu: Change assignment for a variable in amdgpu_cgs_acpi_eval_object()
Markus Elfring
1
-1
/
+2
2016-07-29
drm/amdgpu: Delete an unnecessary variable initialisation in amdgpu_cgs_acpi_...
Markus Elfring
1
-1
/
+1
2016-07-29
drm/amdgpu: Delete a variable in amdgpu_cgs_acpi_eval_object()
Markus Elfring
1
-2
/
+0
2016-07-29
drm/amdgpu: One function call less in amdgpu_cgs_acpi_eval_object() after err...
Markus Elfring
1
-9
/
+9
2016-07-29
drm/amdgpu: Delete an unnecessary check before drm_gem_object_unreference_unl...
Markus Elfring
1
-3
/
+1
2016-07-29
GPU-DRM-Radeon: Delete an unnecessary check before drm_gem_object_unreference...
Markus Elfring
1
-3
/
+1
2016-07-29
drivers/amdgpu: Remove redundant itermediate return val
Edward O'Callaghan
5
-14
/
+7
2016-07-29
drivers/amdgpu: Use canonical boolean form in various predicates
Edward O'Callaghan
5
-48
/
+53
2016-07-29
drivers/amdgpu: Remove redundant casts on kzalloc() calls
Edward O'Callaghan
3
-15
/
+10
2016-07-29
drivers/amdgpu: Remove redundant NULL check before kfree()
Edward O'Callaghan
2
-4
/
+2
2016-07-29
drivers/amdgpu: Use canonical form in branch predicates
Edward O'Callaghan
6
-12
/
+12
2016-07-29
drivers/amdgpu: Use 'true/false' for bool typed variables
Edward O'Callaghan
5
-25
/
+25
2016-07-29
drivers/amdgpu: Remove spurious semicolons
Edward O'Callaghan
4
-4
/
+4
2016-07-29
drm/amd/powerplay: enable DiDt feature for polaris10/11.
Rex Zhu
3
-5
/
+554
2016-07-29
drm/amd/powerplay: populate SMC ACPI minimum voltage using VBIOS boot SCLK an...
Rex Zhu
1
-3
/
+2
2016-07-29
drm/amdgpu/powerplay: partial revert of endian fixes
Alex Deucher
1
-2
/
+2
2016-07-29
drm/radeon: drop confusing message about backlight control
Alex Deucher
1
-7
/
+0
2016-07-29
drm/radeon/ci add comment to document intentionally unreachable code
Nicholas Mc Guire
1
-1
/
+4
2016-07-29
drm/amdgpu: Disable RPM helpers while reprobing connectors on resume
Lyude
1
-0
/
+16
2016-07-29
drm/radeon: init atpx at switcheroo register time v2
Alex Deucher
1
-1
/
+1
[next]