From: Ville Syrjala <ville.syrjala@linux.intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: intel-xe@lists.freedesktop.org
Subject: [PATCH 2/2] drm/i915/mst: Remove redundant has_pch_encoder=false assignment
Date: Thu, 9 Apr 2026 13:08:41 +0300 [thread overview]
Message-ID: <20260409100841.1907-2-ville.syrjala@linux.intel.com> (raw)
In-Reply-To: <20260409100841.1907-1-ville.syrjala@linux.intel.com>
From: Ville Syrjälä <ville.syrjala@linux.intel.com>
The entire crtc_state is zeroed by default, there is no need
to fiddle with crtc_state->has_pch_encoder unless we are actually
dealing with a port on the PCH (which we never are for DP MST).
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
---
drivers/gpu/drm/i915/display/intel_dp_mst.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/display/intel_dp_mst.c b/drivers/gpu/drm/i915/display/intel_dp_mst.c
index 9150763ca143..832a43ebe00f 100644
--- a/drivers/gpu/drm/i915/display/intel_dp_mst.c
+++ b/drivers/gpu/drm/i915/display/intel_dp_mst.c
@@ -721,7 +721,6 @@ static int mst_stream_compute_config(struct intel_encoder *encoder,
pipe_config->sink_format = INTEL_OUTPUT_FORMAT_RGB;
pipe_config->output_format = INTEL_OUTPUT_FORMAT_RGB;
- pipe_config->has_pch_encoder = false;
ret = intel_pfit_compute_config(pipe_config, conn_state);
if (ret)
--
2.52.0
next prev parent reply other threads:[~2026-04-09 10:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-09 10:08 [PATCH 1/2] drm/i915/mst: Call intel_pfit_compute_config() for sharpness filter Ville Syrjala
2026-04-09 10:08 ` Ville Syrjala [this message]
2026-04-09 14:14 ` [PATCH 2/2] drm/i915/mst: Remove redundant has_pch_encoder=false assignment Garg, Nemesa
2026-04-09 10:15 ` ✗ CI.KUnit: failure for series starting with [1/2] drm/i915/mst: Call intel_pfit_compute_config() for sharpness filter Patchwork
2026-04-09 11:58 ` ✓ i915.CI.BAT: success " Patchwork
2026-04-09 14:14 ` [PATCH 1/2] " Garg, Nemesa
2026-04-10 0:42 ` ✗ i915.CI.Full: failure for series starting with [1/2] " Patchwork
2026-04-10 10:55 ` ✓ CI.KUnit: success for series starting with [1/2] drm/i915/mst: Call intel_pfit_compute_config() for sharpness filter (rev2) Patchwork
2026-04-10 11:41 ` ✓ Xe.CI.BAT: " Patchwork
2026-04-10 18:58 ` ✗ Xe.CI.FULL: failure " 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=20260409100841.1907-2-ville.syrjala@linux.intel.com \
--to=ville.syrjala@linux.intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@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 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.