From: Wayne Lin <Wayne.Lin@amd.com>
To: <amd-gfx@lists.freedesktop.org>
Cc: <Harry.Wentland@amd.com>, <Sunpeng.Li@amd.com>,
<Bhawanpreet.Lakha@amd.com>, <Rodrigo.Siqueira@amd.com>,
<Aurabindo.Pillai@amd.com>, <Qingqing.Zhuo@amd.com>,
<bindu.r@amd.com>, <Anson.Jacob@amd.com>,
Wayne Lin <Wayne.Lin@amd.com>
Subject: [PATCH 0/7] DC Patches Aug 13, 2021
Date: Fri, 13 Aug 2021 14:15:43 +0800 [thread overview]
Message-ID: <20210813061550.3104690-1-Wayne.Lin@amd.com> (raw)
This DC patchset brings improvements in multiple areas. In summary, we highlight:
* Ensure DCN save init registers after VM setup
* Fix multi-display support for idle opt workqueue
* Use vblank control events for PSR enable/disable
* Create default dc_sink when fail reading EDID under MST
---
Anthony Koo (1):
drm/amd/display: [FW Promotion] Release 0.0.79
Aric Cyr (1):
drm/amd/display: 3.2.149
Jake Wang (1):
drm/amd/display: Ensure DCN save after VM setup
Nicholas Kazlauskas (3):
drm/amd/display: Fix multi-display support for idle opt workqueue
drm/amd/display: Use vblank control events for PSR enable/disable
drm/amd/display: Guard vblank wq flush with DCN guards
Wayne Lin (1):
drm/amd/display: Create dc_sink when EDID fail
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 112 +++++++++++-------
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 23 ++--
.../display/amdgpu_dm/amdgpu_dm_irq_params.h | 1 +
.../display/amdgpu_dm/amdgpu_dm_mst_types.c | 23 ++++
drivers/gpu/drm/amd/display/dc/core/dc.c | 6 +
.../drm/amd/display/dc/core/dc_vm_helper.c | 3 +
drivers/gpu/drm/amd/display/dc/dc.h | 3 +-
.../drm/amd/display/dc/dcn31/dcn31_hwseq.c | 12 ++
.../drm/amd/display/dc/dcn31/dcn31_hwseq.h | 1 +
.../gpu/drm/amd/display/dc/dcn31/dcn31_init.c | 1 +
.../gpu/drm/amd/display/dc/inc/hw_sequencer.h | 1 +
.../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 19 ++-
12 files changed, 148 insertions(+), 57 deletions(-)
--
2.25.1
next reply other threads:[~2021-08-13 6:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-13 6:15 Wayne Lin [this message]
2021-08-13 6:15 ` [PATCH 1/7] drm/amd/display: Create dc_sink when EDID fail Wayne Lin
2021-08-13 6:15 ` [PATCH 2/7] drm/amd/display: Fix multi-display support for idle opt workqueue Wayne Lin
2021-08-13 6:15 ` [PATCH 3/7] drm/amd/display: Use vblank control events for PSR enable/disable Wayne Lin
2021-08-13 6:15 ` [PATCH 4/7] drm/amd/display: Ensure DCN save after VM setup Wayne Lin
2021-08-16 13:27 ` [PATCH 0/7] DC Patches Aug 13, 2021 Wheeler, Daniel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210813061550.3104690-1-Wayne.Lin@amd.com \
--to=wayne.lin@amd.com \
--cc=Anson.Jacob@amd.com \
--cc=Aurabindo.Pillai@amd.com \
--cc=Bhawanpreet.Lakha@amd.com \
--cc=Harry.Wentland@amd.com \
--cc=Qingqing.Zhuo@amd.com \
--cc=Rodrigo.Siqueira@amd.com \
--cc=Sunpeng.Li@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=bindu.r@amd.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.