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

Commit 23c99e77 authored by Adam Jackson's avatar Adam Jackson Committed by Daniel Vetter
Browse files

drm/i915: Fix assert_pch_hdmi_disabled to mention HDMI (not DP)

parent 28c05794
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1096,7 +1096,7 @@ static void assert_pch_hdmi_disabled(struct drm_i915_private *dev_priv,
{
	u32 val = I915_READ(reg);
	WARN(hdmi_pipe_enabled(dev_priv, val, pipe),
	     "PCH DP (0x%08x) enabled on transcoder %c, should be disabled\n",
	     "PCH HDMI (0x%08x) enabled on transcoder %c, should be disabled\n",
	     reg, pipe_name(pipe));
}