[PATCH 0/9] DC Patches August 10th, 2020
Qingqing Zhuo
qingqing.zhuo at amd.com
Wed Aug 5 17:40:49 UTC 2020
This DC patchset brings improvements in multiple areas. In summary, we highlight:
* Fixes on LFC, pipe split, register mapping and others.
* Code clean-up.
Alvin Lee (2):
drm/amd/display: Revert regression
drm/amd/display: Disconnect pipe separetely when disable pipe split
Anthony Koo (2):
drm/amd/display: Fix LFC multiplier changing erratically
drm/amd/display: Switch to immediate mode for updating infopackets
Aric Cyr (1):
drm/amd/display: Fix incorrect backlight register offset for DCN
Jaehyun Chung (1):
drm/amd/display: Blank stream before destroying HDCP session
Joshua Aberback (1):
drm/amd/display: Adjust static-ness of resource functions
Stylon Wang (1):
drm/amd/display: Fix EDID parsing after resume from suspend
Xiaodong Yan (1):
drm/amd/display: mpcc black color should not be impacted by pixel
encoding format
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 1 +
drivers/gpu/drm/amd/display/dc/core/dc_link.c | 3 +-
.../drm/amd/display/dc/dce/dce_panel_cntl.h | 2 +-
.../amd/display/dc/dcn10/dcn10_hw_sequencer.c | 154 +++++++++++++++++-
.../amd/display/dc/dcn10/dcn10_hw_sequencer.h | 6 +
.../gpu/drm/amd/display/dc/dcn10/dcn10_init.c | 2 +
.../display/dc/dcn10/dcn10_stream_encoder.c | 16 +-
.../display/dc/dcn10/dcn10_stream_encoder.h | 14 ++
.../drm/amd/display/dc/dcn20/dcn20_hwseq.c | 114 -------------
.../drm/amd/display/dc/dcn20/dcn20_hwseq.h | 7 -
.../gpu/drm/amd/display/dc/dcn20/dcn20_init.c | 4 +-
.../drm/amd/display/dc/dcn20/dcn20_resource.h | 1 -
.../gpu/drm/amd/display/dc/dcn21/dcn21_init.c | 4 +-
.../gpu/drm/amd/display/dc/dcn30/dcn30_init.c | 4 +-
.../drm/amd/display/dc/dcn30/dcn30_resource.c | 27 +--
.../drm/amd/display/dc/dcn30/dcn30_resource.h | 3 +
.../amd/display/modules/freesync/freesync.c | 36 +++-
17 files changed, 232 insertions(+), 166 deletions(-)
--
2.17.1
More information about the amd-gfx
mailing list