Message ID | 20241120053838.3794419-6-nemesa.garg@intel.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Consider joiner calculation for panel fitting | expand |
diff --git a/drivers/gpu/drm/i915/display/intel_pfit.c b/drivers/gpu/drm/i915/display/intel_pfit.c index b2619e1c4021..5bf1dcbbe658 100644 --- a/drivers/gpu/drm/i915/display/intel_pfit.c +++ b/drivers/gpu/drm/i915/display/intel_pfit.c @@ -188,9 +188,6 @@ static int pch_panel_fitting(struct intel_crtc_state *crtc_state, int num_pipes = intel_crtc_num_joined_pipes(crtc_state); int ret, x, y, width, height, hdisplay_full, src_w_full; - 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 &&
Allow joiner for pfit after taking into account the joiner part and making all the adjustments related to it. Signed-off-by: Nemesa Garg <nemesa.garg@intel.com> --- drivers/gpu/drm/i915/display/intel_pfit.c | 3 --- 1 file changed, 3 deletions(-)