index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-23
drm/amdgpu: fix power state when port pm is unavailable
Peter Wu
1
-1
/
+8
2016-11-16
drm/amd/powerplay: avoid out of bounds access on array ps.
Rex Zhu
1
-6
/
+6
2016-11-15
drm/amdgpu:fix vpost_needed routine
Monk Liu
1
-20
/
+7
2016-11-15
drm/amdgpu/powerplay: drop a redundant NULL check
Alex Deucher
1
-2
/
+0
2016-11-11
drm/amdgpu: Attach exclusive fence to prime exported bo's. (v5)
Mario Kleiner
3
-2
/
+21
2016-11-10
drm/amd/powerplay: implement get_clock_by_type for iceland.
Rex Zhu
1
-18
/
+33
2016-11-10
drm/amd/powerplay/smu7: fix checks in smu7_get_evv_voltages (v2)
Alex Deucher
1
-7
/
+10
2016-11-10
drm/amd/powerplay: update phm_get_voltage_evv_on_sclk for iceland
Alex Deucher
1
-1
/
+3
2016-11-10
drm/amd/powerplay: propagate errors in phm_get_voltage_evv_on_sclk
Alex Deucher
1
-1
/
+1
2016-11-08
drm/amd/powerplay: return false instead of -EINVAL
Andrew Shadura
1
-1
/
+1
2016-11-08
drm/amdgpu/powerplay/smu7: fix unintialized data usage
Arnd Bergmann
1
-0
/
+2
2016-11-07
drm/amdgpu: fix crash in acp_hw_fini
Alex Deucher
1
-1
/
+4
2016-11-07
Merge branch 'drm-fixes-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
Dave Airlie
9
-24
/
+65
2016-11-01
Merge branch 'drm-fixes-staging' of ssh://people.freedesktop.org/~/linux into drm-fixes
Dave Airlie
23
-67
/
+92
2016-10-31
drm/amdgpu: add some error handling to amdgpu_init v2
Christian König
1
-3
/
+23
2016-10-31
drm/amd: fix scheduler fence teardown order v2
Christian König
4
-16
/
+24
2016-10-31
drm/amd/powerplay: don't succeed in getters if fan is missing
Grazvydas Ignotas
1
-3
/
+3
2016-10-31
drm/amdgpu: make sure ddc_bus is valid in connector unregister
Alex Deucher
1
-1
/
+1
2016-10-31
drm/amdgpu: disable runtime pm in certain cases
Alex Deucher
1
-0
/
+2
2016-10-28
drm/amdgpu: add support for new smc firmware on iceland
Alex Deucher
2
-1
/
+7
2016-10-28
drm/amdgpu: add support for new smc firmware on tonga
Alex Deucher
2
-1
/
+6
2016-10-27
drm/amd/powerplay: fix bug get wrong evv voltage of Polaris.
Rex Zhu
2
-2
/
+3
2016-10-27
drm/amdgpu/si_dpm: workaround for SI kickers
Alex Deucher
1
-16
/
+43
2016-10-26
drm/amdgpu: fix s3 resume back, uvd dpm randomly can't disable.
Rex Zhu
1
-1
/
+1
2016-10-26
drm/drivers: add support for using the arch wc mapping API.
Dave Airlie
1
-0
/
+5
2016-10-25
drm/amdgpu/vce3: only enable 3 rings on new enough firmware (v2)
Alex Deucher
1
-0
/
+6
2016-10-24
drm/amdgpu: fix fence slab teardown
Grazvydas Ignotas
1
-0
/
+1
2016-10-24
drm/amdgpu: update kernel-doc for some functions
Grazvydas Ignotas
1
-2
/
+2
2016-10-24
drm/amdgpu: fix a vm_flush fence leak
Grazvydas Ignotas
1
-0
/
+1
2016-10-24
drm/amdgpu: fix sched fence slab teardown
Grazvydas Ignotas
1
-0
/
+1
2016-10-24
drm/amdgpu/dpm: flush any thermal work on fini
Alex Deucher
3
-0
/
+6
2016-10-24
drm/amdgpu: cancel reset work on fini
Alex Deucher
1
-0
/
+2
2016-10-21
drm/amd/powerplay: don't give up if DPM is already running
Grazvydas Ignotas
1
-2
/
+2
2016-10-21
drm/amd/powerplay: fix static checker warning in process_pptables_v1_0.c
Rex Zhu
1
-3
/
+6
2016-10-21
drm/amdgpu: avoid drm error log during S3 on RHEL7.3
jimqu
1
-1
/
+2
2016-10-21
drm/amdgpu: explicitly set pg_flags for ST
Alex Deucher
1
-1
/
+1
2016-10-21
drm/amdgpu/st: move ATC CG golden init from gfx to mc
Alex Deucher
2
-1
/
+1
2016-10-21
drm/amd/amdgpu: expose max engine and memory clock for powerplay enabled case
Evan Quan
1
-4
/
+2
2016-10-21
drm/amdgpu: move atom scratch register save/restore to common code
Alex Deucher
5
-25
/
+4
2016-10-21
drm/amdgpu: drop atom scratch save/restore in gpu reset
Alex Deucher
1
-4
/
+0
2016-10-21
drm/amdgpu/powerplay/smu7: fix static checker warning
Alex Deucher
1
-5
/
+8
2016-10-19
Merge branch 'gup_flag-cleanups'
Linus Torvalds
1
-2
/
+5
2016-10-19
mm: replace get_user_pages() write/force parameters with gup_flags
Lorenzo Stoakes
1
-2
/
+5
2016-10-18
Merge tag 'drm-fixes-for-v4.9-rc2' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
19
-110
/
+195
2016-10-14
drm/amd/powerplay: fix bug stop dpm can't work on Vi.
Rex Zhu
2
-15
/
+25
2016-10-14
drm/amd/powerplay: notify smu no display by default.
Rex Zhu
1
-1
/
+1
2016-10-14
drm/amdgpu/dpm: implement thermal sensor for CZ/ST
Alex Deucher
1
-3
/
+5
2016-10-14
drm/amdgpu/powerplay: implement thermal sensor for CZ/ST
Alex Deucher
1
-0
/
+18
2016-10-14
drm/amdgpu: disable smu hw first on tear down
Alex Deucher
1
-0
/
+24
2016-10-14
drm/amdgpu: fix amdgpu_need_full_reset (v2)
Alex Deucher
9
-64
/
+60
[next]