]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5ee5668d5e9e75648bf055c73ef2909512745a49
treedb914d6160906bfc4243e2b804bf2b7f1762fef5
parent3dbea37e23f6460e194d0574e18b8a2d624fa344
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