All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Cc: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org,
	jouni.hogander@intel.com, animesh.manna@intel.com
Subject: Re: [PATCH 10/12] drm/i915/dp: Compute AS SDP after PSR compute config
Date: Wed, 27 May 2026 15:43:37 +0300	[thread overview]
Message-ID: <ahbm-c-GA8lAkjzr@intel.com> (raw)
In-Reply-To: <20260527041050.601735-11-ankit.k.nautiyal@intel.com>

On Wed, May 27, 2026 at 09:40:48AM +0530, Ankit Nautiyal wrote:
> A subsequent change makes intel_dp_needs_as_sdp() depend on
> crtc_state->has_panel_replay, which is set by intel_psr_compute_config().
> 
> Move call for intel_dp_compute_as_sdp() after the
> intel_psr_compute_config().
> 
> 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 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c
> index a3aa0dadf0e1..af52ba636f55 100644
> --- a/drivers/gpu/drm/i915/display/intel_dp.c
> +++ b/drivers/gpu/drm/i915/display/intel_dp.c
> @@ -3706,8 +3706,8 @@ intel_dp_compute_config(struct intel_encoder *encoder,
>  		pipe_config->dp_m_n.data_m *= pipe_config->splitter.link_count;
>  
>  	intel_vrr_compute_config(pipe_config, conn_state);
> -	intel_dp_compute_as_sdp(intel_dp, pipe_config);
>  	intel_psr_compute_config(intel_dp, pipe_config, conn_state);
> +	intel_dp_compute_as_sdp(intel_dp, pipe_config);
>  	intel_alpm_lobf_compute_config(intel_dp, pipe_config, conn_state);
>  	intel_dp_drrs_compute_config(connector, pipe_config, link_bpp_x16);
>  	intel_dp_compute_vsc_sdp(intel_dp, pipe_config, conn_state);
> -- 
> 2.45.2

-- 
Ville Syrjälä
Intel

  reply	other threads:[~2026-05-27 12:43 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-27  4:10 [PATCH 00/12] Fix Adaptive-Sync SDP for PR with Link ON + Auxless-ALPM Ankit Nautiyal
2026-05-27  4:10 ` [PATCH 01/12] drm/i915/psr: Add helper to get Async Video timing support in PR active Ankit Nautiyal
2026-05-27  4:10 ` [PATCH 02/12] drm/i915/dp: Add member to intel_dp to store AS SDP v2 support Ankit Nautiyal
2026-05-27  4:10 ` [PATCH 03/12] drm/i915/dp: Allow AS SDP only if v2 is supported Ankit Nautiyal
2026-05-27  4:10 ` [PATCH 04/12] drm/i915/psr: Write the PR config DPCDs in burst mode Ankit Nautiyal
2026-05-27  4:10 ` [PATCH 05/12] drm/i915/display: Add helper for AS SDP transmission time selection Ankit Nautiyal
2026-05-27  4:10 ` [PATCH 06/12] drm/i915/psr: Program Panel Replay CONFIG3 using AS SDP transmission time Ankit Nautiyal
2026-05-27  4:10 ` [PATCH 07/12] drm/i915/dp: Set relevant Downspread Ctrl DPCD bits for PR + Auxless ALPM Ankit Nautiyal
2026-05-27  4:10 ` [PATCH 08/12] drm/i915/dp: Program AS SDP DB[1:0] for PR with Link off Ankit Nautiyal
2026-05-27  4:10 ` [PATCH 09/12] drm/i915/dp: Compute and include coasting vtotal for AS SDP Ankit Nautiyal
2026-05-27  4:10 ` [PATCH 10/12] drm/i915/dp: Compute AS SDP after PSR compute config Ankit Nautiyal
2026-05-27 12:43   ` Ville Syrjälä [this message]
2026-05-27  4:10 ` [PATCH 11/12] drm/i915/dp: Enable AS SDP whenever VRR is possible or PR !async Ankit Nautiyal
2026-05-27 12:43   ` Ville Syrjälä
2026-05-27  4:10 ` [PATCH 12/12] drm/i915/dp: Account for AS_SDP guardband only when enabled Ankit Nautiyal
2026-05-27  4:36 ` ✓ CI.KUnit: success for Fix Adaptive-Sync SDP for PR with Link ON + Auxless-ALPM (rev6) Patchwork
2026-05-27  5:20 ` ✓ i915.CI.BAT: " Patchwork
2026-05-27  5:28 ` ✓ Xe.CI.BAT: " Patchwork
2026-05-27  7:18 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-05-27 11:15 ` ✓ i915.CI.Full: success " 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=ahbm-c-GA8lAkjzr@intel.com \
    --to=ville.syrjala@linux.intel.com \
    --cc=animesh.manna@intel.com \
    --cc=ankit.k.nautiyal@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=jouni.hogander@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 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.