index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
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/amdgpu: Disable RPM helpers while reprobing connectors on resume
Lyude
1
-0
/
+16
2016-07-29
drm/amdgpu: init atpx at switcheroo register time (v2)
Alex Deucher
1
-1
/
+1
2016-07-28
drm/amdgpu: fix firmware info version checks
Alex Deucher
1
-17
/
+8
2016-07-28
Merge branch 'drm-next-4.8' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
29
-360
/
+468
2016-07-26
Backmerge tag 'v4.7' into drm-next
Dave Airlie
13
-63
/
+167
2016-07-25
Merge branches 'pm-core', 'pm-clk', 'pm-domains' and 'pm-pci'
Rafael J. Wysocki
1
-23
/
+0
2016-07-15
drm/amdgpu: comment out unused defaults_bonaire_pro static const structures to
Slava Grigorev
1
-0
/
+2
2016-07-15
drm/amdgpu: temporary comment out unused static const structures to fix the b...
Slava Grigorev
1
-0
/
+2
2016-07-15
drm/amdgpu: S3 resume fail on Polaris10
jimqu
1
-46
/
+97
2016-07-15
drm/amd/powerplay: add pp_tables_get_response_times function in process pptables
Huang Rui
2
-7
/
+23
2016-07-15
drm/amd/powerplay: fix the incorrect return value
Huang Rui
1
-2
/
+2
2016-07-15
drm/amd/powerplay: add atomctrl_get_voltage_evv function in ppatomctrl
Huang Rui
2
-0
/
+47
2016-07-15
drm/amdgpu: add new definitions into ppsmc.h for iceland
Huang Rui
1
-0
/
+4
2016-07-15
drm/amd/powerplay: add SMU register macro for future use
Huang Rui
1
-0
/
+29
2016-07-15
drm/amdgpu: add ucode_start_address into cgs_firmware_info
Huang Rui
2
-0
/
+8
2016-07-15
drm/amdgpu: no need load microcode at sdma if powerplay is enabled
Huang Rui
1
-13
/
+15
2016-07-15
drm/amdgpu: rename smumgr to smum for dpm
Huang Rui
3
-2
/
+2
2016-07-15
drm/amdgpu: disable GFX PG on CZ/BR/ST
Alex Deucher
1
-14
/
+0
2016-07-15
drivers: gpu: drm: amd: powerplay: hwmgr: Remove unused variable
Matthias Beyer
1
-6
/
+3
2016-07-15
Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2
-3
/
+10
2016-07-14
drm/amdgpu: return -ENOSPC when running out of UVD handles
Christian König
1
-1
/
+1
2016-07-14
drm/amdgpu: trace need_flush in grab_vm as well
Christian König
2
-9
/
+11
2016-07-14
drm/amdgpu: always signal all fences
Christian König
1
-2
/
+5
2016-07-14
drm/amdgpu: check flush fence context instead of same ring v2
Christian König
1
-3
/
+6
2016-07-14
drm/amdgpu: support backlight control for UNIPHY3
Alex Deucher
1
-0
/
+1
2016-07-14
drm/amdgpu: remove usec timeout loop from IB tests
Christian König
5
-56
/
+17
2016-07-14
drm/amdgpu: cleanup hw reference handling in the IB tests
Christian König
9
-19
/
+7
2016-07-14
drm/amdgpu: cleanup UVD coding style
Christian König
1
-4
/
+3
2016-07-14
drm/amdgpu: allow multiple sessions in the same VCE IB
Christian König
1
-26
/
+27
2016-07-14
drm/amdgpu: cleanup VCE coding style
Christian König
1
-26
/
+21
2016-07-14
drm/amdgpu: sanitize fence numbers
Christian König
1
-2
/
+8
2016-07-14
drm/amdgpu: fix power distribution issue for Polaris10 XT
Ken Wang
3
-0
/
+22
2016-07-14
drm/amdgpu: Add a missing register to Polaris golden setting
Ken Wang
1
-0
/
+2
2016-07-08
drm/amdgpu/powerplay: endian fixes for ppatomctrl.c
Alex Deucher
1
-122
/
+127
2016-07-08
Merge branch 'drm-next-4.8' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
81
-1373
/
+3504
2016-07-07
drm/amd/powerplay: don't add invalid voltage.
Rex Zhu
1
-6
/
+6
2016-07-07
drm/amdgpu: add read/write function for GC CAC programming
Rex Zhu
5
-0
/
+40
2016-07-07
drm/amd/powerplay: add definitions related to di/dt feature for fiji and pola...
Rex Zhu
2
-0
/
+26
2016-07-07
drm/amd/powerplay: add shared definitions for di/dt feature.
Rex Zhu
2
-0
/
+83
2016-07-07
drm/amdgpu: remove gfx8 registers that vary between asics
Ken Wang
1
-22
/
+0
[prev]
[next]