AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/18] DC 3.2.113 Patches, November 20, 2020
@ 2020-11-20 20:19 Rodrigo Siqueira
  2020-11-20 20:19 ` [PATCH 01/18] drm/amd/display: add i2c speed arbitration for dc_i2c and hdcp_i2c Rodrigo Siqueira
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Rodrigo Siqueira @ 2020-11-20 20:19 UTC (permalink / raw)
  To: amd-gfx
  Cc: Eryk.Brol, Sunpeng.Li, Harry.Wentland, qingqing.zhuo,
	Rodrigo.Siqueira, roman.li, Aurabindo.Pillai, Bhawanpreet.Lakha,
	bindu.r

This DC patchset brings improvements in multiple areas. In summary, we
highlight:
 
* Power features and optimizations
* Code cleanup
* Enable stutter for DCN3.01
* Bug fixes

Best Regards

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

Ashley Thomas (1):
  drm/amd/display: Source minimum HBlank support

Camille Cho (1):
  drm/amd/display: To update backlight restore mechanism

Charlene Liu (1):
  drm/amd/display: add i2c speed arbitration for dc_i2c and hdcp_i2c

Chris Park (1):
  drm/amd/display: Update panel register

Eric Yang (1):
  drm/amd/display: expose clk_mgr functions for reuse

Jacky Liao (3):
  drm/amd/display: Add DMCU memory low power support
  drm/amd/display: Add BLNDGAM memory shutdown support
  drm/amd/display: Add GAMCOR memory shutdown support

Sherry (1):
  drm/amd/display: change hw sequence

Sung Joon Kim (1):
  drm/amd/display: enable pipe power gating by default

Tashfique Abdullah (1):
  drm/amd/display: intermittent underflow observed when PIP is toggled
    in Full screen

Wyatt Wood (1):
  drm/amd/display: Clear sticky vsc sdp error bit

Yongqiang Sun (5):
  drm/amd/display: Enable stutter for dcn3.01.
  drm/amd/display: Add internal display info
  drm/amd/display: Check multiple internal displays for power
    optimization.
  drm/amd/display: remove macro which is in header already
  drm/amd/display: init soc bounding box for dcn3.01.

 .../drm/amd/display/dc/bios/bios_parser2.c    |  68 +++++++++
 .../display/dc/clk_mgr/dcn301/vg_clk_mgr.c    |   8 +-
 .../display/dc/clk_mgr/dcn301/vg_clk_mgr.h    |  10 ++
 drivers/gpu/drm/amd/display/dc/core/dc.c      |  16 +++
 drivers/gpu/drm/amd/display/dc/core/dc_link.c |   7 +
 .../gpu/drm/amd/display/dc/core/dc_link_dp.c  |   3 +-
 drivers/gpu/drm/amd/display/dc/dc.h           |   5 +-
 .../gpu/drm/amd/display/dc/dc_bios_types.h    |   5 +
 drivers/gpu/drm/amd/display/dc/dc_link.h      |   1 +
 .../gpu/drm/amd/display/dc/dce/dce_hwseq.h    |   7 +-
 .../drm/amd/display/dc/dce/dce_panel_cntl.c   |  36 +++--
 .../display/dc/dce110/dce110_hw_sequencer.c   |  13 +-
 .../drm/amd/display/dc/dcn20/dcn20_hwseq.c    |   9 ++
 .../drm/amd/display/dc/dcn21/dcn21_hwseq.c    |   4 +-
 .../gpu/drm/amd/display/dc/dcn30/dcn30_dpp.c  |  13 +-
 .../gpu/drm/amd/display/dc/dcn30/dcn30_dpp.h  |   4 +-
 .../drm/amd/display/dc/dcn30/dcn30_dpp_cm.c   |  12 +-
 .../drm/amd/display/dc/dcn30/dcn30_hwseq.c    |   7 +
 .../amd/display/dc/dcn301/dcn301_resource.c   | 130 +++++++++---------
 .../amd/display/dc/dcn302/dcn302_resource.c   |   2 +
 .../amd/display/include/bios_parser_types.h   |   5 +
 drivers/gpu/drm/amd/include/atomfirmware.h    |   1 +
 22 files changed, 263 insertions(+), 103 deletions(-)

-- 
2.29.2

_______________________________________________
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-11-20 20:20 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-20 20:19 [PATCH 00/18] DC 3.2.113 Patches, November 20, 2020 Rodrigo Siqueira
2020-11-20 20:19 ` [PATCH 01/18] drm/amd/display: add i2c speed arbitration for dc_i2c and hdcp_i2c Rodrigo Siqueira
2020-11-20 20:19 ` [PATCH 02/18] drm/amd/display: Source minimum HBlank support Rodrigo Siqueira
2020-11-20 20:19 ` [PATCH 03/18] drm/amd/display: Update panel register Rodrigo Siqueira
2020-11-20 20:19 ` [PATCH 04/18] drm/amd/display: Enable stutter for dcn3.01 Rodrigo Siqueira
2020-11-20 20:19 ` [PATCH 05/18] drm/amd/display: Add DMCU memory low power support Rodrigo Siqueira
2020-11-20 20:19 ` [PATCH 06/18] drm/amd/display: intermittent underflow observed when PIP is toggled in Full screen Rodrigo Siqueira
2020-11-20 20:19 ` [PATCH 07/18] drm/amd/display: expose clk_mgr functions for reuse Rodrigo Siqueira
2020-11-20 20:19 ` [PATCH 08/18] drm/amd/display: change hw sequence Rodrigo Siqueira
2020-11-20 20:19 ` [PATCH 09/18] drm/amd/display: Clear sticky vsc sdp error bit Rodrigo Siqueira
2020-11-20 20:19 ` [PATCH 10/18] drm/amd/display: Add BLNDGAM memory shutdown support Rodrigo Siqueira
2020-11-20 20:19 ` [PATCH 11/18] drm/amd/display: Add internal display info Rodrigo Siqueira
2020-11-20 20:19 ` [PATCH 12/18] drm/amd/display: Check multiple internal displays for power optimization Rodrigo Siqueira
2020-11-20 20:19 ` [PATCH 13/18] drm/amd/display: remove macro which is in header already Rodrigo Siqueira
2020-11-20 20:19 ` [PATCH 14/18] drm/amd/display: Add GAMCOR memory shutdown support Rodrigo Siqueira
2020-11-20 20:19 ` [PATCH 15/18] drm/amd/display: enable pipe power gating by default Rodrigo Siqueira
2020-11-20 20:19 ` [PATCH 16/18] drm/amd/display: 3.2.113 Rodrigo Siqueira
2020-11-20 20:19 ` [PATCH 17/18] drm/amd/display: To update backlight restore mechanism Rodrigo Siqueira
2020-11-20 20:19 ` [PATCH 18/18] drm/amd/display: init soc bounding box for dcn3.01 Rodrigo Siqueira

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