* Don't spam for lacking BIOS cmd table implementation * Couple audio fixes * Couple fixes for driver unload (more to follow) * Bunch of Raven work * Some cleanups Arun Pandey (1): drm/amd/display: Define dpp1_set_cursor_position in header Charlene Liu (4): drm/amd/display: fix backlight not off at resume from S4 drm/amd/display: disable az_clock_gating for endpoint register access only drm/amd/display: dpms off mute az audio endpoint only. drm/amd/display: eDP sequence BL off first then DP blank. Dmytro Laktyushkin (1): drm/amd/display: revert to hacking bounding box for pipe split Duke Du (1): drm/amd/display: Update the register GRPH_SWAP_CNTL if surface pixel format changed. Geling Li (1): drm/amd/display: Add debug flag for p010_mpo_support Harry Wentland (4): drm/amd/display: dc: Remove unused display_mode_vba.c drm/amd/display: Call update_stream_signal directly from amdgpu_dm drm/amd/display: Demote error print to debug print when ATOM impl missing drm/amd/display: Fix warning about misaligned code John Barberiz (2): drm/amd/display: Add temporary delay on disconnect patch drm/amd/display: Add temporary delay on disconnect patch Ken Chalmers (1): drm/amd/display: Remove unused param in DML Krunoslav Kovac (1): drm/amd/display: Force full update on pixel_format_change Leo (Sunpeng) Li (2): drm/amd/display: Early return on crc get drm/amd/display: Fix unused variable compilation error Mikita Lipski (2): drm/amd/display: Fix deadlock when flushing irq drm/amd/display: Remove unnecessary register programming SivapiriyanKumarasamy (1): drm/amd/display: Synchronize update plane addr for freesync Tony Cheng (1): drm/amd/display: dal 3.1.29 Yongqiang Sun (2): drm/amd/display: Move output_tf to stream_state/update drm/amd/display: Add timing generator count to resource pool. drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 10 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 1 + .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c | 34 +- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c | 5 +- .../gpu/drm/amd/display/dc/bios/command_table.c | 22 +- .../gpu/drm/amd/display/dc/bios/command_table2.c | 16 +- drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c | 43 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 51 +- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 27 +- drivers/gpu/drm/amd/display/dc/core/dc_stream.c | 2 +- drivers/gpu/drm/amd/display/dc/dc.h | 8 +- drivers/gpu/drm/amd/display/dc/dc_stream.h | 4 + drivers/gpu/drm/amd/display/dc/dc_types.h | 6 + drivers/gpu/drm/amd/display/dc/dce/dce_audio.c | 18 +- .../gpu/drm/amd/display/dc/dce/dce_link_encoder.c | 3 + .../drm/amd/display/dc/dce100/dce100_resource.c | 1 + .../amd/display/dc/dce110/dce110_hw_sequencer.c | 60 +- .../amd/display/dc/dce110/dce110_hw_sequencer.h | 1 + .../drm/amd/display/dc/dce110/dce110_resource.c | 2 +- .../drm/amd/display/dc/dce112/dce112_resource.c | 1 + .../drm/amd/display/dc/dce120/dce120_resource.c | 1 + .../gpu/drm/amd/display/dc/dce80/dce80_resource.c | 3 + drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h | 6 + .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 8 +- .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c | 2 + .../drm/amd/display/dc/dml/display_mode_structs.h | 1 - .../gpu/drm/amd/display/dc/dml/display_mode_vba.c | 6085 -------------------- .../display/dc/i2caux/dce110/aux_engine_dce110.c | 4 - drivers/gpu/drm/amd/display/dc/inc/core_types.h | 1 + drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h | 1 + 30 files changed, 226 insertions(+), 6201 deletions(-) delete mode 100644 drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c -- 2.14.1