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

Commit 3abfce77 authored by Sonika Jindal's avatar Sonika Jindal Committed by Daniel Vetter
Browse files

drm/i915: Writing proper check for reading of pipe status reg

parent 92e23b99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13225,7 +13225,7 @@ intel_display_capture_error_state(struct drm_device *dev)

		error->pipe[i].source = I915_READ(PIPESRC(i));

		if (!HAS_PCH_SPLIT(dev))
		if (HAS_GMCH_DISPLAY(dev))
			error->pipe[i].stat = I915_READ(PIPESTAT(i));
	}