From: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
To: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org
Cc: ville.syrjala@linux.intel.com,
Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Subject: [PATCH 3/3] drm/i915/dp: Skip AS SDP for DP branch devices
Date: Fri, 24 Apr 2026 14:39:42 +0530 [thread overview]
Message-ID: <20260424090942.3060291-4-ankit.k.nautiyal@intel.com> (raw)
In-Reply-To: <20260424090942.3060291-1-ankit.k.nautiyal@intel.com>
Currently, VRR is not implmented for DP branch devices.
So skip sending AS SDP for them.
Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
---
drivers/gpu/drm/i915/display/intel_dp.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c
index a08e32c912a0..2e9db6f570c5 100644
--- a/drivers/gpu/drm/i915/display/intel_dp.c
+++ b/drivers/gpu/drm/i915/display/intel_dp.c
@@ -3174,6 +3174,12 @@ static bool intel_dp_needs_as_sdp(struct intel_dp *intel_dp,
if (!intel_dp->as_sdp_supported)
return false;
+ /*
+ * #TODO Implement AS SDP for DP branch device.
+ */
+ if (drm_dp_is_branch(intel_dp->dpcd))
+ return false;
+
return crtc_state->vrr.enable;
}
--
2.45.2
next prev parent reply other threads:[~2026-04-24 9:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-24 9:09 [PATCH 0/3] Fix AS SDP and VRR handling for DP branch devices Ankit Nautiyal
2026-04-24 9:09 ` [PATCH 1/3] drm/i915/vrr: Avoid vrr for PCON with HDMI2.1 sink Ankit Nautiyal
2026-04-24 9:09 ` [PATCH 2/3] drm/i915/dp: Add a helper to decide if AS SDP can be used Ankit Nautiyal
2026-04-24 9:09 ` Ankit Nautiyal [this message]
2026-04-24 9:31 ` ✓ CI.KUnit: success for Fix AS SDP and VRR handling for DP branch devices Patchwork
2026-04-24 10:21 ` ✓ Xe.CI.BAT: " Patchwork
2026-04-24 11:23 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-04-28 11:07 ` [PATCH 0/3] " Nautiyal, Ankit K
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=20260424090942.3060291-4-ankit.k.nautiyal@intel.com \
--to=ankit.k.nautiyal@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=ville.syrjala@linux.intel.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