drm/i915: IS_IRONLAKE is synonymous with gen == 5
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 21 Oct 2010 13:57:17 +0000 (14:57 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 21 Oct 2010 18:08:39 +0000 (19:08 +0100)
commitf00a3ddf91d596bece5fa31e8ce2e8a3b4c0623b
treecae4beb61a2ae44ffa6d892bbd207b4022094dc2
parent549f7365820a212a1cfd0871d377b1ad0d1e5723
drm/i915: IS_IRONLAKE is synonymous with gen == 5

So remove the redundant bit in the capabilities block and
s/IS_IRONLAKE/IS_GEN5/.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/i915_dma.c
drivers/gpu/drm/i915/i915_drv.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem_tiling.c
drivers/gpu/drm/i915/intel_bios.c
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_ringbuffer.c