Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a74f8375 authored by Tvrtko Ursulin's avatar Tvrtko Ursulin
Browse files

drm/i915: Only dump possible panel fitter config for the platform

parent dd2f616d
Loading
Loading
Loading
Loading
+12 −8
Original line number Diff line number Diff line
@@ -12773,14 +12773,18 @@ static void intel_dump_pipe_config(struct intel_crtc *crtc,
			      crtc->num_scalers,
			      pipe_config->scaler_state.scaler_users,
		              pipe_config->scaler_state.scaler_id);

	if (HAS_GMCH_DISPLAY(dev_priv))
		DRM_DEBUG_KMS("gmch pfit: control: 0x%08x, ratios: 0x%08x, lvds border: 0x%08x\n",
			      pipe_config->gmch_pfit.control,
			      pipe_config->gmch_pfit.pgm_ratios,
			      pipe_config->gmch_pfit.lvds_border_bits);
	else
		DRM_DEBUG_KMS("pch pfit: pos: 0x%08x, size: 0x%08x, %s\n",
			      pipe_config->pch_pfit.pos,
			      pipe_config->pch_pfit.size,
		              pipe_config->pch_pfit.enabled ? "enabled" : "disabled");

	DRM_DEBUG_KMS("ips: %i, double wide: %i\n",
		      pipe_config->ips_enabled, pipe_config->double_wide);