AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] DC Patches December 21, 2020
@ 2020-12-18 22:28 Bindu Ramamurthy
  2020-12-18 22:28 ` [PATCH 01/14] drm/amd/display: handler not correctly checked at remove_irq_handler Bindu Ramamurthy
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Bindu Ramamurthy @ 2020-12-18 22:28 UTC (permalink / raw)
  To: amd-gfx
  Cc: Eryk.Brol, Sunpeng.Li, Harry.Wentland, Qingqing.Zhuo,
	Rodrigo.Siqueira, Aurabindo.Pillai, Bhawanpreet.Lakha, bindu.r

This DC patchset brings improvements in multiple areas.
In summary, we highlight:

* Ramp down ABM intensity. 
* Firmware version 0.0.47.
* Updation of wm table for Renoir.
* Extend smu response timeout,Interfaces for hubp blank and soft reset.

Aric Cyr (1):
  drm/amd/display: Multi-display underflow observed

Eryk Brol (1):
  drm/amd/display: Remove unnecessary NULL check

Jake Wang (2):
  drm/amd/display: updated wm table for Renoir
  drm/amd/display: always program DPPDTO unless not safe to lower

Josip Pavic (1):
  drm/amd/display: add getter routine to retrieve mpcc mux

Martin Tsai (2):
  drm/amd/display: Modify the hdcp device count check condition
  drm/amd/display: To modify the condition in indicating branch device

Michael Strauss (1):
  drm/amd/display: Update RN/VGH active display count workaround

Qingqing Zhuo (1):
  drm/amd/display: handler not correctly checked at remove_irq_handler

Rizvi (1):
  drm/amd/display: gradually ramp ABM intensity

Sung Lee (1):
  drm/amd/display: Acquire DSC during split stream for ODM only if
    top_pipe

Wesley Chalmers (1):
  drm/amd/display: Interfaces for hubp blank and soft reset

Yongqiang Sun (2):
  drm/amd/display: change SMU repsonse timeout to 2s.
  drm/amd/display: [FW Promotion] Release 0.0.47

 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  2 +-
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c |  5 ++-
 .../amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c | 36 ++++++++-----------
 .../dc/clk_mgr/dcn21/rn_clk_mgr_vbios_smu.c   |  2 +-
 .../display/dc/clk_mgr/dcn301/vg_clk_mgr.c    |  9 +----
 drivers/gpu/drm/amd/display/dc/core/dc.c      | 20 -----------
 .../gpu/drm/amd/display/dc/core/dc_link_dp.c  |  8 +----
 .../gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c | 18 ++++++++++
 .../gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h |  4 +++
 .../gpu/drm/amd/display/dc/dcn10/dcn10_mpc.c  | 12 +++++++
 .../gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h  |  1 +
 .../gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c |  2 ++
 .../drm/amd/display/dc/dcn20/dcn20_hwseq.c    | 12 +++++--
 .../gpu/drm/amd/display/dc/dcn20/dcn20_mpc.c  |  1 +
 .../drm/amd/display/dc/dcn20/dcn20_resource.c |  2 +-
 .../gpu/drm/amd/display/dc/dcn30/dcn30_hubp.c |  2 ++
 .../gpu/drm/amd/display/dc/dcn30/dcn30_mpc.c  |  1 +
 drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h  |  2 ++
 drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h   |  4 +++
 .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h   |  4 +--
 .../display/modules/hdcp/hdcp1_execution.c    |  8 +++--
 .../display/modules/hdcp/hdcp2_execution.c    |  7 ++--
 .../amd/display/modules/power/power_helpers.c | 35 ++++++++++++------
 .../amd/display/modules/power/power_helpers.h |  1 +
 24 files changed, 118 insertions(+), 80 deletions(-)

-- 
2.25.1

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

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

end of thread, other threads:[~2020-12-18 22:30 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-18 22:28 [PATCH 00/14] DC Patches December 21, 2020 Bindu Ramamurthy
2020-12-18 22:28 ` [PATCH 01/14] drm/amd/display: handler not correctly checked at remove_irq_handler Bindu Ramamurthy
2020-12-18 22:28 ` [PATCH 02/14] drm/amd/display: Interfaces for hubp blank and soft reset Bindu Ramamurthy
2020-12-18 22:28 ` [PATCH 03/14] drm/amd/display: Modify the hdcp device count check condition Bindu Ramamurthy
2020-12-18 22:28 ` [PATCH 04/14] drm/amd/display: To modify the condition in indicating branch device Bindu Ramamurthy
2020-12-18 22:28 ` [PATCH 05/14] drm/amd/display: gradually ramp ABM intensity Bindu Ramamurthy
2020-12-18 22:28 ` [PATCH 06/14] drm/amd/display: change SMU repsonse timeout to 2s Bindu Ramamurthy
2020-12-18 22:28 ` [PATCH 07/14] drm/amd/display: Update RN/VGH active display count workaround Bindu Ramamurthy
2020-12-18 22:28 ` [PATCH 08/14] drm/amd/display: Remove unnecessary NULL check Bindu Ramamurthy
2020-12-18 22:28 ` [PATCH 09/14] drm/amd/display: Multi-display underflow observed Bindu Ramamurthy
2020-12-18 22:29 ` [PATCH 10/14] drm/amd/display: Acquire DSC during split stream for ODM only if top_pipe Bindu Ramamurthy
2020-12-18 22:29 ` [PATCH 11/14] drm/amd/display: updated wm table for Renoir Bindu Ramamurthy
2020-12-18 22:29 ` [PATCH 12/14] drm/amd/display: [FW Promotion] Release 0.0.47 Bindu Ramamurthy
2020-12-18 22:29 ` [PATCH 13/14] drm/amd/display: always program DPPDTO unless not safe to lower Bindu Ramamurthy
2020-12-18 22:29 ` [PATCH 14/14] drm/amd/display: add getter routine to retrieve mpcc mux Bindu Ramamurthy

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