AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] DC Patches September 21, 2020
@ 2020-09-16 19:36 Qingqing Zhuo
  2020-09-16 19:36 ` [PATCH 01/15] drm/amd/display: Fix incorrect backlight register offset for DCN Qingqing Zhuo
                   ` (14 more replies)
  0 siblings, 15 replies; 29+ messages in thread
From: Qingqing Zhuo @ 2020-09-16 19:36 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 have:

* DC version 3.2.104.
* DMUB Firmware release 0.0.34.
* Improve on HDMI fallback mechanism.
* Enable DP YCbCr420 mode support for DCN10 ASICs.
* Bug fixes for backlight, ODM, eDP and others.

------

Anthony Koo (2):
  drm/amd/display: [FW Promotion] Release 0.0.33
  drm/amd/display: [FW Promotion] Release 0.0.34

Aric Cyr (2):
  drm/amd/display: 3.2.103
  drm/amd/display: 3.2.104

Chris Park (1):
  drm/amd/display: TMDS Fallback transition

David Galiffi (1):
  drm/amd/display: Fix incorrect backlight register offset for DCN

Gary Li (1):
  drm/amd/display: Enable DP YCbCr420 mode support for DCN10

Peikang Zhang (2):
  drm/amd/display: Bug in dce_is_panel_backlight_on()
  drm/amd/display: eDP intermittent black screen during PnP

Taimur Hassan (1):
  drm/amd/display: Check for flip pending before locking pipes.

Wenjing Liu (1):
  drm/amd/display: allow DP RX to use more cr aux rd interval delay

Wesley Chalmers (2):
  drm/amd/display: Fix ODM policy implementation
  drm/amd/display: Increase timeout for DP Disable

Wyatt Wood (1):
  drm/amd/display: Implement PSR wait for enable/disable

jinlong zhang (1):
  drm/amd/display: Replace msleep with udelay while read edid return
    defer.

 .../display/amdgpu_dm/amdgpu_dm_mst_types.c   | 13 +++++++++
 drivers/gpu/drm/amd/display/dc/core/dc.c      | 11 ++------
 drivers/gpu/drm/amd/display/dc/core/dc_link.c |  2 +-
 .../gpu/drm/amd/display/dc/core/dc_link_dp.c  | 19 ++++++++++++-
 .../drm/amd/display/dc/core/dc_link_hwss.c    |  2 ++
 .../gpu/drm/amd/display/dc/core/dc_resource.c | 11 ++++----
 drivers/gpu/drm/amd/display/dc/dc.h           |  2 +-
 drivers/gpu/drm/amd/display/dc/dc_link.h      |  2 ++
 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c  |  2 +-
 .../drm/amd/display/dc/dce/dce_panel_cntl.c   | 10 ++++---
 .../drm/amd/display/dc/dce/dce_panel_cntl.h   |  6 ++++-
 drivers/gpu/drm/amd/display/dc/dce/dmub_psr.c | 27 ++++++++++++++++++-
 drivers/gpu/drm/amd/display/dc/dce/dmub_psr.h |  2 +-
 .../display/dc/dce110/dce110_hw_sequencer.c   |  1 +
 .../amd/display/dc/dcn10/dcn10_hw_sequencer.c | 12 +++++++--
 .../amd/display/dc/dcn10/dcn10_hw_sequencer.h |  2 +-
 .../gpu/drm/amd/display/dc/dcn10/dcn10_init.c |  1 +
 .../drm/amd/display/dc/dcn10/dcn10_resource.c |  2 +-
 .../display/dc/dcn10/dcn10_stream_encoder.c   |  4 +--
 .../gpu/drm/amd/display/dc/dcn20/dcn20_init.c |  1 +
 .../gpu/drm/amd/display/dc/dcn21/dcn21_init.c |  1 +
 .../gpu/drm/amd/display/dc/dcn30/dcn30_init.c |  1 +
 .../gpu/drm/amd/display/dc/inc/hw_sequencer.h |  2 +-
 .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h   | 11 +++++---
 24 files changed, 113 insertions(+), 34 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] 29+ messages in thread

end of thread, other threads:[~2020-09-21 12:54 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-16 19:36 [PATCH 00/15] DC Patches September 21, 2020 Qingqing Zhuo
2020-09-16 19:36 ` [PATCH 01/15] drm/amd/display: Fix incorrect backlight register offset for DCN Qingqing Zhuo
2020-09-21 12:54   ` Sasha Levin
2020-09-16 19:36 ` [PATCH 02/15] drm/amd/display: [FW Promotion] Release 0.0.33 Qingqing Zhuo
2020-09-16 19:36 ` [PATCH 03/15] drm/amd/display: 3.2.103 Qingqing Zhuo
2020-09-16 19:36 ` [PATCH 04/15] drm/amd/display: Replace msleep with udelay while read edid return defer Qingqing Zhuo
2020-09-16 21:34   ` Alex Deucher
2020-09-16 22:16     ` Zhuo, Qingqing
2020-09-16 22:18       ` Alex Deucher
2020-09-17  8:26         ` Christian König
2020-09-17 12:51           ` Alex Deucher
2020-09-17 13:02           ` Zhuo, Qingqing
2020-09-17 14:39             ` Zhang, Jinlong
2020-09-17 14:46               ` Christian König
2020-09-17 14:49                 ` Zhuo, Qingqing
2020-09-17 14:46               ` Alex Deucher
2020-09-16 19:36 ` [PATCH 05/15] drm/amd/display: Bug in dce_is_panel_backlight_on() Qingqing Zhuo
2020-09-16 19:36 ` [PATCH 06/15] drm/amd/display: eDP intermittent black screen during PnP Qingqing Zhuo
2020-09-16 19:36 ` [PATCH 07/15] drm/amd/display: Fix ODM policy implementation Qingqing Zhuo
2020-09-21 12:54   ` Sasha Levin
2020-09-16 19:36 ` [PATCH 08/15] drm/amd/display: Increase timeout for DP Disable Qingqing Zhuo
2020-09-21 12:54   ` Sasha Levin
2020-09-16 19:36 ` [PATCH 09/15] drm/amd/display: Enable DP YCbCr420 mode support for DCN10 Qingqing Zhuo
2020-09-16 19:36 ` [PATCH 10/15] drm/amd/display: allow DP RX to use more cr aux rd interval delay Qingqing Zhuo
2020-09-16 19:36 ` [PATCH 11/15] drm/amd/display: Implement PSR wait for enable/disable Qingqing Zhuo
2020-09-16 19:36 ` [PATCH 12/15] drm/amd/display: Check for flip pending before locking pipes Qingqing Zhuo
2020-09-16 19:36 ` [PATCH 13/15] drm/amd/display: TMDS Fallback transition Qingqing Zhuo
2020-09-16 19:36 ` [PATCH 14/15] drm/amd/display: [FW Promotion] Release 0.0.34 Qingqing Zhuo
2020-09-16 19:36 ` [PATCH 15/15] drm/amd/display: 3.2.104 Qingqing Zhuo

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