Home
last modified time | relevance | path

Searched hist:"778 eb3344ed1dcd2b1911cb43e3f950216b33d39" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_irq.cdiff 778eb3344ed1dcd2b1911cb43e3f950216b33d39 Fri Jan 09 06:21:13 CST 2015 Ville Syrjälä <ville.syrjala@linux.intel.com> drm/i915: Remove I915_HAS_HOTPLUG() check from i915_hpd_irq_setup()

The dev_priv->display.hpd_irq_setup hook is optional, so we can move the
I915_HAS_HOTPLUG() check out of i915_hpd_irq_setup() and only set up the
hook when hotplug support is present.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>