From: David Francis <David.Francis@amd.com>
To: dri-devel@lists.freedesktop.org
Cc: David Francis <David.Francis@amd.com>
Subject: [PATCH v9 0/6] DSC MST support in DRM
Date: Tue, 27 Aug 2019 10:13:23 -0400 [thread overview]
Message-ID: <20190827141329.30767-1-David.Francis@amd.com> (raw)
Add necessary support for MST DSC.
(Display Stream Compression over Multi-Stream Transport)
Note that even though each of these patches has Reviewed-by,
this patchset is not ready for merge, because
a) The last two patches have been reviewed internally by
Wenjing Liu, but that review is only of their implementation
of DP policy, not their stylistic or architectural suitability
for the kernel
b) There is ongoing discussion of if any AMD MST DSC code
should be merged until AMD uses the DRM MST atomic framework
v4: Split patchset and rebase onto drm-tip
v5: Clean up formatting, make new quirk
v6: Fix typo, split last patch in two
v7: Fix compilation warnings
v8: Fix a missing mutex_unlock
v9: Refactor last patch
David Francis (6):
drm/dp_mst: Add PBN calculation for DSC modes
drm/dp_mst: Parse FEC capability on MST ports
drm/dp_mst: Add MST support to DP DPCD R/W functions
drm/dp_mst: Fill branch->num_ports
drm/dp_mst: Add new quirk for Synaptics MST hubs
drm/dp_mst: Add helpers for MST DSC and virtual DPCD aux
.../amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 2 +-
drivers/gpu/drm/drm_dp_aux_dev.c | 12 +-
drivers/gpu/drm/drm_dp_helper.c | 32 +++-
drivers/gpu/drm/drm_dp_mst_topology.c | 173 +++++++++++++++++-
drivers/gpu/drm/i915/display/intel_dp_mst.c | 2 +-
drivers/gpu/drm/nouveau/dispnv50/disp.c | 2 +-
drivers/gpu/drm/radeon/radeon_dp_mst.c | 2 +-
include/drm/drm_dp_helper.h | 7 +
include/drm/drm_dp_mst_helper.h | 8 +-
9 files changed, 210 insertions(+), 30 deletions(-)
--
2.17.1
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next reply other threads:[~2019-08-27 14:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-27 14:13 David Francis [this message]
2019-08-27 14:13 ` [PATCH v9 1/6] drm/dp_mst: Add PBN calculation for DSC modes David Francis
2019-08-27 14:13 ` [PATCH v9 2/6] drm/dp_mst: Parse FEC capability on MST ports David Francis
2019-08-27 14:13 ` [PATCH v9 3/6] drm/dp_mst: Add MST support to DP DPCD R/W functions David Francis
2019-08-27 14:13 ` [PATCH v9 4/6] drm/dp_mst: Fill branch->num_ports David Francis
2019-08-27 14:13 ` [PATCH v9 5/6] drm/dp_mst: Add new quirk for Synaptics MST hubs David Francis
2019-08-27 14:13 ` [PATCH v9 6/6] drm/dp_mst: Add helpers for MST DSC and virtual DPCD aux David Francis
2019-08-27 14:52 ` Jani Nikula
2019-08-27 15:16 ` Francis, David
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=20190827141329.30767-1-David.Francis@amd.com \
--to=david.francis@amd.com \
--cc=dri-devel@lists.freedesktop.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox