]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Rename PIPE_CONTROL bit defines to be less terse.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 11 Oct 2011 21:41:09 +0000 (23:41 +0200)
committerKeith Packard <keithp@keithp.com>
Thu, 20 Oct 2011 22:26:40 +0000 (15:26 -0700)
commitc9f9206e84522c60ef90b0cdbcdd6922d88854b5
treed36515e0f4d217addbef4faf949f67363ee5e2f0
parentf90b58ad45765a1b8e117a48af3998bf8014ba48
drm/i915: Rename PIPE_CONTROL bit defines to be less terse.

"STALL_AT_SCOREBOARD" is much clearer than "STALL_EN" now that there are
several different kinds of stalls.  Also, "INSTRUCTION_CACHE_INVALIDATE"
is a lot easier to understand at a glance than the terse "IS_FLUSH."

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
[danvet: use INVALIDATE for ro cache flags for more consistency]
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_ringbuffer.c