drm/i915: Rename agp_type to cache_level
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 29 Mar 2011 23:59:50 +0000 (16:59 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 10 May 2011 20:56:43 +0000 (13:56 -0700)
commit93dfb40cd887c4f39e38f047c4d9ea0b7188a58a
treef10a6ac6b5e02361f6045795babbb81d5755ce90
parente76d3630810b0ac5b07aa7ef28428c1bc2d10861
drm/i915: Rename agp_type to cache_level

... to clarify just how we use it inside the driver and remove the
confusion of the poorly matching agp_type names. We still need to
translate through agp_type for interface into the fake AGP driver.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/i915_gem_gtt.c
drivers/gpu/drm/i915/i915_irq.c
drivers/gpu/drm/i915/intel_ringbuffer.c