]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'drm-fixes-4.12' of git://people.freedesktop.org/~agd5f/linux into drm...
authorDave Airlie <airlied@redhat.com>
Fri, 26 May 2017 01:51:55 +0000 (11:51 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 26 May 2017 01:51:55 +0000 (11:51 +1000)
commit220d0b2e73da5fb59744a63b2f74585d2fa0780a
tree0a424db08e1405b109288bef14220a7ab8a3e872
parenta20c8d406e8a5fafeb1afd25f4663850d1ff6b23
parent3b5dbffe62d2f09637e74aff56dd46d3c6789100
Merge branch 'drm-fixes-4.12' of git://people.freedesktop.org/~agd5f/linux into drm-fixes

A bunch of bug fixes:
- Fix display flickering on some chips at high refresh rates
- suspend/resume fix
- hotplug fix
- a couple of segfault fixes for certain cases

* 'drm-fixes-4.12' of git://people.freedesktop.org/~agd5f/linux:
  drm/amdgpu: fix null point error when rmmod amdgpu.
  drm/amd/powerplay: fix a signedness bugs
  drm/amdgpu: fix NULL pointer panic of emit_gds_switch
  drm/radeon: Unbreak HPD handling for r600+
  drm/amd/powerplay/smu7: disable mclk switching for high refresh rates
  drm/amd/powerplay/smu7: add vblank check for mclk switching (v2)
  drm/radeon/ci: disable mclk switching for high refresh rates (v2)
  drm/amdgpu/ci: disable mclk switching for high refresh rates (v2)
  drm/amdgpu: fix fundamental suspend/resume issue