[PATCH 4/6] drm/i915/dispaly: Allow joiner and pfit

Nemesa Garg nemesa.garg at intel.com
Thu Oct 17 08:09:38 UTC 2024


Signed-off-by: Nemesa Garg <nemesa.garg at intel.com>
---
 drivers/gpu/drm/i915/display/intel_panel.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/gpu/drm/i915/display/intel_panel.c b/drivers/gpu/drm/i915/display/intel_panel.c
index 98224623246f..c59994a3600a 100644
--- a/drivers/gpu/drm/i915/display/intel_panel.c
+++ b/drivers/gpu/drm/i915/display/intel_panel.c
@@ -393,9 +393,6 @@ static int pch_panel_fitting(struct intel_crtc_state *crtc_state,
 	int pipe_src_h = drm_rect_height(&crtc_state->pipe_src);
 	int x, y, width, height;
 
-	if (crtc_state->joiner_pipes)
-		return 0;
-
 	/* Native modes don't need fitting */
 	if (pipe_mode->crtc_hdisplay == pipe_src_w &&
 	    pipe_mode->crtc_vdisplay == pipe_src_h &&
-- 
2.25.1



More information about the Intel-gfx-trybot mailing list