]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: add ibx_irq_postinstall
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 8 Feb 2013 19:35:15 +0000 (17:35 -0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 15 Feb 2013 09:30:38 +0000 (10:30 +0100)
commitd09aa77ac6882cdaf0aa43ea2d1644c02be4aa4d
tree962351720cc13f91a7e8f56ee3f699ea93f87add
parentbe74ee87086b06a86fc2a54b8e4ce57b47df30bc
drm/i915: add ibx_irq_postinstall

So we can remove duplicated code. Note that this function is used not
only on IBX, but also CPT and LPT.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
[danvet: Also bikeshed s/ironlake_enable_pch_hotplug/ibx_enable_hotplug
to keep consistent with our ibx for pch naming scheme.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_irq.c