]> 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)
commitffc0ae5d1899e3a8e47832c25ae77409715e9e4d
tree0a424db08e1405b109288bef14220a7ab8a3e872
parent7f819d4ff88b7bbc0bc7a586b38b2a531979c262
parent83d6a9e2a768952a54f6df5d12bc5cf7a7da8c90
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