drm/i915: Rename GFX_TLB_INVALIDATE_ALWAYS
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 21 Mar 2014 17:18:54 +0000 (17:18 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 1 Apr 2014 20:58:04 +0000 (22:58 +0200)
commitaa83e30d8f71c966498f8f7f587514283c47e1b6
tree5b28f076a1a09253ed597a872e4a983e18bf7cbc
parentc8431fda9f9f3c3b7490cb44bd5720b494a2421e
drm/i915: Rename GFX_TLB_INVALIDATE_ALWAYS

The documentation calls this GFX_MODE bit "Flush TLB invalidate Mode".
However, that is not a good name for an enable bit as it doesn't make it
clear what is enabled. An even worse name is GFX_TLB_INVALIDATE_ALWAYS
as enabling that bit actually prevents the TLB from being invalidated at
every flush. This leads to great confusion when reading code and
proposed patches. To get around this try to bake in what is enabled by
setting the bit and call it GFX_TLB_INVALIDATE_EXPLICIT.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: "Gupta, Sourab" <sourab.gupta@intel.com>
Acked-by: "Gupta, Sourab" <sourab.gupta@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_ringbuffer.c
This page took 0.025614 seconds and 5 git commands to generate.