index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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-12-05
Backmerge tag 'v4.9-rc8' into drm-next
Dave Airlie
7
-32
/
+53
2016-11-30
Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-next
Dave Airlie
13
-53
/
+119
2016-11-29
drm/amdgpu: fix check for port PM availability
Peter Wu
1
-2
/
+9
2016-11-28
drm/amd/powerplay: initialize the soft_regs offset in struct smu7_hwmgr
Rex Zhu
1
-1
/
+4
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/irq: Unexport drm_vblank_on/off
Daniel Vetter
1
-2
/
+2
2016-11-15
drm/amdgpu: Use drm_crtc_vblank_on/off for dce6
Daniel Vetter
1
-2
/
+2
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-14
drm/amdgpu: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops
Stefan Christ
1
-7
/
+1
2016-11-12
drm: move allocation out of drm_get_format_name()
Eric Engestrom
4
-13
/
+11
2016-11-11
drm/amdgpu: Attach exclusive fence to prime exported bo's. (v5)
Mario Kleiner
3
-2
/
+21
2016-11-11
Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
4
-1
/
+179
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-09
drm/amdgpu: add the interface of waiting multiple fences (v4)
Junwei Zhang
4
-1
/
+179
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 int...
Dave Airlie
9
-24
/
+65
2016-11-07
Backmerge tag 'v4.9-rc4' into drm-next
Dave Airlie
24
-67
/
+97
2016-11-01
Merge branch 'drm-fixes-staging' of ssh://people.freedesktop.org/~/linux into...
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-28
Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
36
-337
/
+345
2016-10-27
drm/amdgpu: turn on/off uvd clock when dpm enable/disable on CI
Rex Zhu
1
-4
/
+16
2016-10-27
drm/amdgpu: disable dpm before turn off clock when vce idle.
Rex Zhu
1
-4
/
+3
2016-10-27
drm/amdgpu: enable uvd bypass mode for CI/VI.
Rex Zhu
3
-8
/
+44
2016-10-27
drm/amdgpu: just not load smc firmware if smu is already running
Rex Zhu
1
-2
/
+5
2016-10-27
drm/amdgpu: when suspend, set boot state instand of disable dpm.
Rex Zhu
2
-4
/
+15
2016-10-27
drm/amdgpu: use failed label to handle context init failure
Huang Rui
1
-9
/
+9
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: add amdgpu_ttm_bo_eviction_valuable callback
Christian König
1
-1
/
+25
2016-10-25
drm/ttm: make eviction decision a driver callback v2
Christian König
1
-0
/
+1
2016-10-25
drm/amd/powerplay: fix spelling mistake and add KERN_WARNING to printks
Colin Ian King
4
-8
/
+8
2016-10-25
drm/amdgpu:new ids flag for preempt
Monk Liu
1
-0
/
+2
2016-10-25
drm/amdgpu: mark symbols static where possible
Baoyou Xie
1
-2
/
+2
2016-10-25
drm/amdgpu: change function declarations and add missing header dependencies
Baoyou Xie
8
-7
/
+11
2016-10-25
drm/amdgpu: s/amdgpuCrtc/amdgpu_crtc/ in pageflip code
Alex Deucher
1
-6
/
+6
[next]