]> rtime.felk.cvut.cz Git - linux-imx.git/commit
drm/i915: add ibx_irq_preinstall
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Wed, 5 Jun 2013 17:21:51 +0000 (14:21 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 6 Jun 2013 11:34:59 +0000 (13:34 +0200)
commit91738a95bf40a3405bb7b8a3e76d30e060a80705
tree005110624bcac06a679b663cb8af745a74bc9f5e
parent2db8e9d6b255a4fd070df70fa58306bf64b41984
drm/i915: add ibx_irq_preinstall

So we can remove some duplicate code. All the PCHs are very similar
and right now the code is the same. I plan to add more code, so we
would have more duplicated code.

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