From: Chris Wilson Date: Fri, 21 Mar 2014 17:18:54 +0000 (+0000) Subject: drm/i915: Rename GFX_TLB_INVALIDATE_ALWAYS X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~63^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa83e30d8f71c966498f8f7f587514283c47e1b6;p=pandora-kernel.git 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 Cc: "Gupta, Sourab" Acked-by: "Gupta, Sourab" Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed