Hi Dave,
radeon and amdgpu fixes for 4.5. Three regression fixes and
some fixups for the error handling in the vblank regression fixes
from earlier.
The following changes since commit f0511e66114a6414cfca92d7b94118913a0c11ff:
Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux
into drm-fixes (2016-03-03 11:37:07 +1000)
are available in the git repository at:
git://people.freedesktop.org/~agd5f/linux drm-fixes-4.5
for you to fetch changes up to d74e766e1916d0e09b86e4b5b9d0f819628fd546:
Revert "drm/radeon/pm: adjust display configuration after powerstate"
(2016-03-08 13:32:58 -0500)
----------------------------------------------------------------
Alex Deucher (3):
drm/radeon/dp: add back special handling for NUTMEG
drm/amdgpu/dp: add back special handling for NUTMEG
Revert "drm/radeon/pm: adjust display configuration after powerstate"
Mario Kleiner (2):
drm/amdgpu: Fix error handling in amdgpu_flip_work_func.
drm/radeon: Fix error handling in radeon_flip_work_func.
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 4 ++--
drivers/gpu/drm/amd/amdgpu/atombios_dp.c | 20 ++++++++++++++++----
drivers/gpu/drm/radeon/atombios_dp.c | 20 ++++++++++++++++----
drivers/gpu/drm/radeon/radeon_display.c | 4 ++--
drivers/gpu/drm/radeon/radeon_pm.c | 5 ++---
5 files changed, 38 insertions(+), 15 deletions(-)