]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915: s/HAS_L3_GPU_CACHE/HAS_L3_DPF
authorBen Widawsky <benjamin.widawsky@intel.com>
Thu, 19 Sep 2013 18:01:40 +0000 (11:01 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 19 Sep 2013 18:41:00 +0000 (20:41 +0200)
commit040d2baa6229d50c406340035766c4e99725bf3d
treeb89913b763b2fa552a737da48508381344931fba
parent3ccfd19dea7c5c85aa4b1f929a97a02b026ab356
drm/i915: s/HAS_L3_GPU_CACHE/HAS_L3_DPF

We'd only ever used this define to denote whether or not we have the
dynamic parity feature (DPF) and never to determine whether or not L3
exists. Baytrail is a good example of where L3 exists, and not DPF.

This patch provides clarify in the code for future use cases which might
want to actually query whether or not L3 exists.

v2: Add /* DPF == dynamic parity feature */

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/i915_irq.c
drivers/gpu/drm/i915/i915_sysfs.c
drivers/gpu/drm/i915/intel_ringbuffer.c