* Mostly bug fixes here this time Dmytro Laktyushkin (1): drm/amd/display: prevent setting cursor position with no surface Harry Wentland (2): drm/amd/display: Don't reserve pipe for underlay on ASIC without underlay drm/amd/display: Remove power gating debug flags Hersen Wu (1): drm/amd/display: Check we got a stream in update_info_frame Joshua Aberback (1): drm/amd/display: Proper de-allocation of OPP Leon Elazar (1): drm/amd/display: check surface size is at least as large as stream Tony Cheng (3): drm/amd/display: improve debug-ability drm/amd/display: refactor dc_update_surfaces_for_stream drm/amd/display: clean up redundant logic Yongqiang Sun (2): drm/amd/display: Change update surface condition, fix surface transition corruption. drm/amd/display: Fixed 4K black issue by refactor update surface. drivers/gpu/drm/amd/display/dc/core/dc.c | 370 ++++++++++++--------- drivers/gpu/drm/amd/display/dc/core/dc_stream.c | 4 +- drivers/gpu/drm/amd/display/dc/core/dc_surface.c | 23 +- drivers/gpu/drm/amd/display/dc/dc.h | 3 - drivers/gpu/drm/amd/display/dc/dce/dce_opp.c | 10 +- drivers/gpu/drm/amd/display/dc/dce/dce_opp.h | 35 -- .../drm/amd/display/dc/dce100/dce100_resource.c | 30 +- .../amd/display/dc/dce110/dce110_hw_sequencer.c | 5 + .../drm/amd/display/dc/dce110/dce110_resource.c | 4 +- .../drm/amd/display/dc/dce112/dce112_resource.c | 32 +- .../gpu/drm/amd/display/dc/dce80/dce80_resource.c | 2 +- drivers/gpu/drm/amd/display/dc/inc/core_status.h | 26 +- drivers/gpu/drm/amd/display/dc/inc/core_types.h | 2 + 13 files changed, 259 insertions(+), 287 deletions(-) -- 2.9.3