drm/i915/bxt: clear hpd status sticky bits earlier
authorJani Nikula <jani.nikula@intel.com>
Thu, 28 May 2015 12:43:54 +0000 (15:43 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 29 May 2015 08:15:31 +0000 (10:15 +0200)
commit475c2e3b3cfba9283793d56742dc2cae2712574b
treedb914d6160906bfc4243e2b804bf2b7f1762fef5
parent676574dffa4d67ff4e8b2ec796eb9f41aad925d8
drm/i915/bxt: clear hpd status sticky bits earlier

The hotplug status is cached in hp_control, and will be passed on to
bottom halves through intel_hpd_irq_handler(), so we can clear the
sticky bits earlier.

While at it, drop the redundant logging of the hotplug status, which
will also be logged by pch_get_hpd_pins().

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_irq.c