public inbox for amd-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/9] DC Patches August 10th, 2020
@ 2020-08-05 17:40 Qingqing Zhuo
  2020-08-05 17:40 ` [PATCH 1/9] drm/amd/display: Adjust static-ness of resource functions Qingqing Zhuo
                   ` (8 more replies)
  0 siblings, 9 replies; 19+ messages in thread
From: Qingqing Zhuo @ 2020-08-05 17:40 UTC (permalink / raw)
  To: amd-gfx
  Cc: Eryk.Brol, Sunpeng.Li, Harry.Wentland, Qingqing.Zhuo,
	Rodrigo.Siqueira, Bhawanpreet.Lakha

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

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2020-08-26 13:54 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-05 17:40 [PATCH 0/9] DC Patches August 10th, 2020 Qingqing Zhuo
2020-08-05 17:40 ` [PATCH 1/9] drm/amd/display: Adjust static-ness of resource functions Qingqing Zhuo
2020-08-05 17:40 ` [PATCH 2/9] drm/amd/display: Fix incorrect backlight register offset for DCN Qingqing Zhuo
2020-08-09 15:53   ` Sasha Levin
2020-08-13 16:25   ` Sasha Levin
2020-08-19 23:57   ` Sasha Levin
2020-08-26 13:54   ` Sasha Levin
2020-08-05 17:40 ` [PATCH 3/9] drm/amd/display: Revert regression Qingqing Zhuo
2020-08-05 17:40 ` [PATCH 4/9] drm/amd/display: mpcc black color should not be impacted by pixel encoding format Qingqing Zhuo
2020-08-05 17:40 ` [PATCH 5/9] drm/amd/display: Fix LFC multiplier changing erratically Qingqing Zhuo
2020-08-05 17:40 ` [PATCH 6/9] drm/amd/display: Switch to immediate mode for updating infopackets Qingqing Zhuo
2020-08-05 17:40 ` [PATCH 7/9] drm/amd/display: Disconnect pipe separetely when disable pipe split Qingqing Zhuo
2020-08-05 17:40 ` [PATCH 8/9] drm/amd/display: Fix EDID parsing after resume from suspend Qingqing Zhuo
2020-08-09 15:53   ` Sasha Levin
2020-08-19 23:56   ` Sasha Levin
2020-08-26 13:54   ` Sasha Levin
2020-08-05 17:40 ` [PATCH 9/9] drm/amd/display: Blank stream before destroying HDCP session Qingqing Zhuo
2020-08-09 15:53   ` Sasha Levin
2020-08-19 23:56   ` Sasha Levin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox