All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] DC Patches Feburary 14, 2022
@ 2022-02-11 21:51 Jasdeep Dhillon
  2022-02-11 21:51 ` [PATCH 01/11] drm/amd/display: reset lane settings after each PHY repeater LT Jasdeep Dhillon
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Jasdeep Dhillon @ 2022-02-11 21:51 UTC (permalink / raw)
  To: amd-gfx
  Cc: stylon.wang, Sunpeng.Li, Harry.Wentland, qingqing.zhuo,
	Jasdeep Dhillon, Rodrigo.Siqueira, roman.li, solomon.chiu,
	Aurabindo.Pillai, wayne.lin, Bhawanpreet.Lakha, agustin.gutierrez,
	pavle.kotarac

This DC patchset brings improvements in multiple areas. In summary, we highlight:
-Fixes bugs for dsc mst hub 
-Enables Z9 denial interface by default
-Fixes dmub outbox notification

Anthony Koo (1):
  drm/amd/display: [FW Promotion] Release 0.0.104.0

Aric Cyr (1):
  drm/amd/display: 3.2.173

Charlene Liu (1):
  drm/amd/display: make sure pipe power gating reach requested hw state

Eric Yang (1):
  drm/amd/display: enable z9 denial interface by default

Hersen Wu (2):
  drm/amd/display: dsc mst re-compute pbn for changes on hub
  drm/amd/display: add dsc mst stream pbn log for debug

Meenakshikumar Somasundaram (1):
  drm/amd/display: Fix for dmub outbox notification enable

Oliver Logush (1):
  drm/amd/display: extend dcn201 support

Roman Li (2):
  drm/amd/display: Add affected crtcs to atomic state for dsc mst unplug
  drm/amd/display: Add dsc pre-validation in atomic check

Sung Joon Kim (1):
  drm/amd/display: reset lane settings after each PHY repeater LT

 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  18 +-
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h |  13 +
 .../display/amdgpu_dm/amdgpu_dm_mst_types.c   | 257 +++++++++++++++++-
 .../display/amdgpu_dm/amdgpu_dm_mst_types.h   |   4 +
 drivers/gpu/drm/amd/display/dc/core/dc.c      |  66 ++++-
 drivers/gpu/drm/amd/display/dc/core/dc_link.c |  20 ++
 .../gpu/drm/amd/display/dc/core/dc_link_dp.c  |  15 +-
 .../gpu/drm/amd/display/dc/core/dc_resource.c |   4 +-
 .../gpu/drm/amd/display/dc/core/dc_stream.c   |  16 ++
 drivers/gpu/drm/amd/display/dc/dc.h           |   5 +-
 drivers/gpu/drm/amd/display/dc/dc_hw_types.h  |   1 +
 .../gpu/drm/amd/display/dc/dce/dmub_outbox.c  |  25 +-
 .../gpu/drm/amd/display/dc/dce/dmub_outbox.h  |   4 +-
 .../amd/display/dc/dcn10/dcn10_hw_sequencer.c |   4 -
 .../drm/amd/display/dc/dcn31/dcn31_hwseq.c    |  23 +-
 .../drm/amd/display/dc/dcn31/dcn31_resource.c |   2 +-
 .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h   |   4 +-
 .../gpu/drm/amd/display/include/dal_asic_id.h |   1 +
 18 files changed, 429 insertions(+), 53 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-02-14 21:12 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-11 21:51 [PATCH 00/11] DC Patches Feburary 14, 2022 Jasdeep Dhillon
2022-02-11 21:51 ` [PATCH 01/11] drm/amd/display: reset lane settings after each PHY repeater LT Jasdeep Dhillon
2022-02-11 21:51 ` [PATCH 02/11] drm/amd/display: Fix for dmub outbox notification enable Jasdeep Dhillon
2022-02-11 21:51 ` [PATCH 03/11] drm/amd/display: dsc mst re-compute pbn for changes on hub Jasdeep Dhillon
2022-02-11 21:51 ` [PATCH 04/11] drm/amd/display: make sure pipe power gating reach requested hw state Jasdeep Dhillon
2022-02-11 21:51 ` [PATCH 05/11] drm/amd/display: enable z9 denial interface by default Jasdeep Dhillon
2022-02-11 21:51 ` [PATCH 06/11] drm/amd/display: Add affected crtcs to atomic state for dsc mst unplug Jasdeep Dhillon
2022-02-11 21:51 ` [PATCH 07/11] drm/amd/display: [FW Promotion] Release 0.0.104.0 Jasdeep Dhillon
2022-02-11 21:51 ` [PATCH 08/11] drm/amd/display: 3.2.173 Jasdeep Dhillon
2022-02-11 21:51 ` [PATCH 09/11] drm/amd/display: add dsc mst stream pbn log for debug Jasdeep Dhillon
2022-02-11 21:51 ` [PATCH 10/11] drm/amd/display: Add dsc pre-validation in atomic check Jasdeep Dhillon
2022-02-11 21:51 ` [PATCH 11/11] drm/amd/display: extend dcn201 support Jasdeep Dhillon
2022-02-14 21:12 ` [PATCH 00/11] DC Patches Feburary 14, 2022 Wheeler, Daniel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.