drm/i915: ensure HDMI port is disabled inside set_infoframes
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 12 Jun 2012 14:36:45 +0000 (16:36 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 12 Jun 2012 17:19:52 +0000 (19:19 +0200)
commitafba018898ae54b498e82b3cd4d2b61c74032c90
treef5be3d82e08bda045e2490bd7ee55a4bf14642cd
parent172cf15d18889313bf2c3bfb81fcea08369274ef
drm/i915: ensure HDMI port is disabled inside set_infoframes

This function is supposed to be used at mode set time, so prevent
against future mistakes by adding a WARN().

Based on a patch by Paulo Zanoni, with the check extracted into a
little assert_hdmi_port_disabled helper added to make things self
documenting and move the assert stuff out of line.

[fixed up spelling goof-up while applying.]
Cc: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_hdmi.c