From 672911d7149735ee51cbcff5540b8dcb8a2de321 Mon Sep 17 00:00:00 2001 From: Ben Widawsky Date: Thu, 5 Dec 2013 14:14:35 -0800 Subject: gem_pipe_control_store_loop: BDW update I've opted to not use the PIPE_CONTROL w/a for now. I am unclear if it is actually required (the test does pass). Signed-off-by: Ben Widawsky --- lib/intel_reg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/intel_reg.h') diff --git a/lib/intel_reg.h b/lib/intel_reg.h index 4c1dbd83..f7147e0b 100644 --- a/lib/intel_reg.h +++ b/lib/intel_reg.h @@ -2709,7 +2709,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define COLOR_BLT_WRITE_ALPHA (1<<21) #define COLOR_BLT_WRITE_RGB (1<<20) -#define XY_COLOR_BLT_CMD ((2<<29)|(0x50<<22)|(0x4)) +#define XY_COLOR_BLT_CMD_NOLEN ((2<<29)|(0x50<<22)) +#define XY_COLOR_BLT_CMD (XY_COLOR_BLT_CMD_NOLEN|(0x4)) #define XY_COLOR_BLT_WRITE_ALPHA (1<<21) #define XY_COLOR_BLT_WRITE_RGB (1<<20) #define XY_COLOR_BLT_TILED (1<<11) -- cgit v1.2.3