]> git.karo-electronics.de Git - karo-tx-linux.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)
commitbc1f0e04da20473d6fea4444b0cd9ac638a348d5
tree0a424db08e1405b109288bef14220a7ab8a3e872
parent538fd19ed7e24728b469704f702c2826281578b4
parentb62ce397675502325d4282924bf70cfb6a005c3a
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