]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/i915: s/GEN5/GEN3/
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 18 Aug 2017 18:36:52 +0000 (21:36 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 14 Sep 2017 14:09:09 +0000 (17:09 +0300)
commit3488d4eb43aaf63bc4db7d878b106f73de547d7a
tree111a1790069bab47dfdf908119b2ee2c881696ab
parent44d9241e3e62a6938b5ae2ec6b3b4cd5abfdb717
drm/i915: s/GEN5/GEN3/

The GEN5_IRQ_RESET/INIT macros are perfectly suitable even for
gen3/4 hardware as those have 32 bit interrupt registers. Let's
rename the macros to reflect that fact.

Gen2 on the other hand has 16 bit interrupt registers so these
macros aren't really appropriate there.

v2: Fix patch subject (Maarten)

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