]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/i915: Remove duplicated irq_preinstall/uninstall hooks
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 18 Aug 2017 18:37:04 +0000 (21:37 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 15 Sep 2017 11:42:55 +0000 (14:42 +0300)
commit6bcdb1c839b5d75270d4a492221a7af891d8a484
treed89e7856b5566121bd934da31fd51ec48c59fdec
parentd420a50c21efa4ec9e43494547de4f2b1826e167
drm/i915: Remove duplicated irq_preinstall/uninstall hooks

All the irq_preinstall and irq_uninstall hooks are now identical. Let's
just rename them all the irq_reset and remove the pointless duplicates.

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170818183705.27850-16-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/i915_irq.c