All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] DC Patches Aug 6, 2021
@ 2021-08-06 16:34 Anson Jacob
  2021-08-06 16:34 ` [PATCH 01/13] drm/amd/display: Remove invalid assert for ODM + MPC case Anson Jacob
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Anson Jacob @ 2021-08-06 16:34 UTC (permalink / raw)
  To: amd-gfx
  Cc: Harry.Wentland, Sunpeng.Li, Bhawanpreet.Lakha, Rodrigo.Siqueira,
	Aurabindo.Pillai, Qingqing.Zhuo, Eryk.Brol, bindu.r, Anson.Jacob

This DC patchset brings improvements in multiple areas. In summary, we highlight:
- Fix memory allocation in dm IRQ context to use GFP_ATOMIC
- Increase timeout threshold for DMCUB reset
- Clear GPINT after DMCUB has reset
- Add AUX I2C tracing
- Fix code commenting style
- Some refactoring
- Remove invalid assert for ODM + MPC case

Anson Jacob (1):
  drm/amd/display: use GFP_ATOMIC in amdgpu_dm_irq_schedule_work

Anthony Koo (2):
  drm/amd/display: [FW Promotion] Release 0.0.78
  drm/amd/display: 3.2.148

Ashley Thomas (1):
  drm/amd/display: Add AUX I2C tracing.

Eric Bernstein (1):
  drm/amd/display: Remove invalid assert for ODM + MPC case

Nicholas Kazlauskas (2):
  drm/amd/display: Clear GPINT after DMCUB has reset
  drm/amd/display: Increase timeout threshold for DMCUB reset

Roy Chan (5):
  drm/amd/display: fix missing writeback disablement if plane is removed
  drm/amd/display: refactor the codes to centralize the stream/pipe
    checking logic
  drm/amd/display: refactor the cursor programing codes
  drm/amd/display: fix incorrect CM/TF programming sequence in dwb
  drm/amd/display: Correct comment style

Wenjing Liu (1):
  drm/amd/display: add authentication_complete in hdcp output

 .../drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c |   2 +-
 drivers/gpu/drm/amd/display/dc/core/dc.c      |  62 ++++--
 .../gpu/drm/amd/display/dc/core/dc_stream.c   | 106 ++++++----
 drivers/gpu/drm/amd/display/dc/dc.h           |   2 +-
 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c  | 192 +++++++++++++++++-
 .../drm/amd/display/dc/dcn20/dcn20_hwseq.c    |  14 +-
 .../drm/amd/display/dc/dcn30/dcn30_dwb_cm.c   |  90 +++++---
 .../drm/amd/display/dc/dcn30/dcn30_hwseq.c    |  12 +-
 .../drm/amd/display/dc/dcn30/dcn30_resource.c |   1 -
 .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h   |   6 +-
 .../gpu/drm/amd/display/dmub/src/dmub_dcn31.c |  18 +-
 .../gpu/drm/amd/display/modules/hdcp/hdcp.c   |   5 +-
 .../gpu/drm/amd/display/modules/hdcp/hdcp.h   |   8 +
 .../display/modules/hdcp/hdcp1_transition.c   |   8 +-
 .../display/modules/hdcp/hdcp2_transition.c   |   4 +-
 .../drm/amd/display/modules/hdcp/hdcp_log.c   |  74 +++++++
 .../drm/amd/display/modules/hdcp/hdcp_log.h   |  72 -------
 .../drm/amd/display/modules/inc/mod_hdcp.h    |   1 +
 18 files changed, 479 insertions(+), 198 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-08-09 13:20 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-06 16:34 [PATCH 00/13] DC Patches Aug 6, 2021 Anson Jacob
2021-08-06 16:34 ` [PATCH 01/13] drm/amd/display: Remove invalid assert for ODM + MPC case Anson Jacob
2021-08-06 16:34 ` [PATCH 02/13] drm/amd/display: fix missing writeback disablement if plane is removed Anson Jacob
2021-08-06 16:34 ` [PATCH 03/13] drm/amd/display: refactor the codes to centralize the stream/pipe checking logic Anson Jacob
2021-08-06 16:34 ` [PATCH 04/13] drm/amd/display: refactor the cursor programing codes Anson Jacob
2021-08-06 16:34 ` [PATCH 05/13] drm/amd/display: fix incorrect CM/TF programming sequence in dwb Anson Jacob
2021-08-06 16:34 ` [PATCH 06/13] drm/amd/display: Correct comment style Anson Jacob
2021-08-06 16:34 ` [PATCH 07/13] drm/amd/display: Add AUX I2C tracing Anson Jacob
2021-08-06 16:34 ` [PATCH 08/13] drm/amd/display: add authentication_complete in hdcp output Anson Jacob
2021-08-06 16:34 ` [PATCH 09/13] drm/amd/display: [FW Promotion] Release 0.0.78 Anson Jacob
2021-08-06 16:34 ` [PATCH 10/13] drm/amd/display: 3.2.148 Anson Jacob
2021-08-06 16:34 ` [PATCH 11/13] drm/amd/display: Clear GPINT after DMCUB has reset Anson Jacob
2021-08-06 16:34 ` [PATCH 12/13] drm/amd/display: Increase timeout threshold for DMCUB reset Anson Jacob
2021-08-06 16:34 ` [PATCH 13/13] drm/amd/display: use GFP_ATOMIC in amdgpu_dm_irq_schedule_work Anson Jacob
2021-08-09 13:19 ` [PATCH 00/13] DC Patches Aug 6, 2021 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.