* Fix missed scaler programming * Some cleanups in atomic_check and commit_tail * Restrict DCN to x86 * Bunch of DCN and other fixes Amy Zhang (1): drm/amd/display: Disable PSR entry abort to prevent intermittent freezes Andrey Grodzovsky (4): drm/amd/display: program scaler not called. drm/amd/display: Fix handling of scaling and underscan. drm/amd/display: Clean unused interface. drm/amd/display: Get rid of get_dm_commit_action Charlene Liu (1): drm/amd/display: Add disable_psr debug flag Corbin McElhanney (1): drm/amd/display: Allow update stream without surface Dmytro Laktyushkin (2): drm/amd/display: add always_scale debug flag to dc drm/amd/display: stop adjusting scl taps when scl ratio is one on dcn Harry Wentland (3): drm/amd/display: Limit DCN to x86 arch drm/amd/display: Don't guard x86 in Makefile drm/amd/display: Don't commit surfaces if no stream Hersen Wu (1): drm/amd/display: create_links bug with empty DDI slot Indrajit Das (1): drm/amd/display: enable static audio routing Jeff Smith (1): drm/amd/display: default spd packet to invalid Jerry Zuo (1): drm/amd/display: fix NULL pointer in dm_commit_surfaces Shirish S (2): drm/amd/display: re-order the luma chroma addres updation drm/amd/display: update NV12/NV21 as the YUV format Zeyu Fan (1): drm/amd/display: Add FORCE_HDR timing flag drivers/gpu/drm/amd/display/Kconfig | 2 +- .../drm/amd/display/amdgpu_dm/amdgpu_dm_types.c | 343 +++++++++------------ drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 7 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 126 ++++---- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 5 + drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 3 +- drivers/gpu/drm/amd/display/dc/dc.h | 8 +- drivers/gpu/drm/amd/display/dc/dc_hw_types.h | 2 + .../amd/display/dc/dce110/dce110_hw_sequencer.c | 6 +- .../drm/amd/display/dc/dce110/dce110_mem_input_v.c | 6 +- .../gpu/drm/amd/display/dc/dcn10/dcn10_transform.c | 32 +- 11 files changed, 247 insertions(+), 293 deletions(-) -- 2.11.0