Hi Dave,
More fixes for 4.17 and stable: - Add a PX quirk for radeon - Fix flickering and stability issues with DC on some platforms - Fix HDMI audio regression - Few other misc DC and base driver fixes
The following changes since commit 871e899db19da3dbd17a5d263b555dc5b7d8fed5:
Merge branch 'drm-next-4.17' of git://people.freedesktop.org/~agd5f/linux into drm-next (2018-04-11 08:35:41 +1000)
are available in the git repository at:
git://people.freedesktop.org/~agd5f/linux drm-next-4.17
for you to fetch changes up to 1cb19e8267a57c5174da09e0d52d1477baceccca:
Revert "drm/amd/display: disable CRTCs with NULL FB on their primary plane (V2)" (2018-04-12 14:19:43 -0500)
---------------------------------------------------------------- Charlene Liu (1): drm/amd/display: HDMI has no sound after Panel power off/on
Evan Quan (1): drm/amdgpu: add MP1 and THM hw ip base reg offset
Harry Wentland (3): drm/amd/display: Only register backlight device if embedded panel connected Revert "drm/amd/display: fix dereferencing possible ERR_PTR()" Revert "drm/amd/display: disable CRTCs with NULL FB on their primary plane (V2)"
Huang Rui (1): drm/amdgpu: fix null pointer panic with direct fw loading on gpu reset
Leo (Sunpeng) Li (1): drm/amd/display: Fix regamma not affecting full-intensity color values
Nico Sneck (1): drm/radeon: add PX quirk for Asus K73TK
Roman Li (2): drm/amd/display: fix brightness level after resume from suspend drm/amd/display: Fix FBC text console corruption
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 + drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 3 + drivers/gpu/drm/amd/amdgpu/vega10_reg_init.c | 3 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 89 ++++++++-------------- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 13 ++++ drivers/gpu/drm/amd/display/dc/dc_link.h | 2 + .../drm/amd/display/dc/dce/dce_stream_encoder.c | 2 + .../drm/amd/display/dc/dce110/dce110_compressor.c | 67 ++++++++++++---- .../amd/display/dc/dce110/dce110_hw_sequencer.c | 13 +++- drivers/gpu/drm/radeon/radeon_device.c | 4 + 10 files changed, 124 insertions(+), 74 deletions(-)