From: Fangzhi Zuo <Jerry.Zuo@amd.com>
To: <dri-devel@lists.freedesktop.org>,
<amd-gfx@lists.freedesktop.org>,
<intel-gfx@lists.freedesktop.org>, <lyude@redhat.com>,
<jani.nikula@intel.com>, <imre.deak@intel.com>, <simona@ffwll.ch>,
<wayne.lin@amd.com>
Cc: <harry.wentland@amd.com>, <rodrigo.siqueira@amd.com>,
Fangzhi Zuo <Jerry.Zuo@amd.com>
Subject: [PATCH v2 0/2] Refactor MST DSC Determination Policy
Date: Fri, 1 Nov 2024 17:24:15 -0400 [thread overview]
Message-ID: <20241101212546.4060-1-Jerry.Zuo@amd.com> (raw)
The patch series is to refactor existing dsc determination policy for
dsc decompression and dsc passthrough given a mst output port.
Original routine was written based on different peer device types
which is not accurate and shows difficulty when expanding support of
products that do not fully comply with DP specs.
To make the routine more accurate and generic, the series includes below changes:
1. Refactor MST DSC determination policy solely based on
topology connection status and dsc dpcd capability info.
2. Dependency changes required for each vendor due to interface change.
Fangzhi Zuo (2):
drm/display/dsc: Refactor DRM MST DSC Determination Policy
drm/display/dsc: MST DSC Interface Change
.../amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 2 +-
.../amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 20 +-
.../display/amdgpu_dm/amdgpu_dm_mst_types.c | 30 +-
drivers/gpu/drm/display/drm_dp_mst_topology.c | 258 ++++++++----------
drivers/gpu/drm/i915/display/intel_dp.c | 2 +-
drivers/gpu/drm/i915/display/intel_dp_mst.c | 3 +-
include/drm/display/drm_dp_mst_helper.h | 9 +-
7 files changed, 145 insertions(+), 179 deletions(-)
--
2.43.0
next reply other threads:[~2024-11-01 21:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-01 21:24 Fangzhi Zuo [this message]
2024-11-01 21:24 ` [PATCH v2 1/2] drm/display/dsc: Refactor DRM MST DSC Determination Policy Fangzhi Zuo
2024-11-01 21:24 ` [PATCH v2 2/2] drm/display/dsc: MST DSC Interface Change Fangzhi Zuo
2024-11-04 12:17 ` ✗ Fi.CI.BUILD: failure for Refactor MST DSC Determination Policy Patchwork
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=20241101212546.4060-1-Jerry.Zuo@amd.com \
--to=jerry.zuo@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=harry.wentland@amd.com \
--cc=imre.deak@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jani.nikula@intel.com \
--cc=lyude@redhat.com \
--cc=rodrigo.siqueira@amd.com \
--cc=simona@ffwll.ch \
--cc=wayne.lin@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox