From df5e880beaffe2ab214eba8cdf27d9459dd99ead Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Thu, 14 Nov 2013 23:15:37 +0100 Subject: tests: More bdw fallout --- lib/intel_batchbuffer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/intel_batchbuffer.h') diff --git a/lib/intel_batchbuffer.h b/lib/intel_batchbuffer.h index 11b7e6e5..6e24e984 100644 --- a/lib/intel_batchbuffer.h +++ b/lib/intel_batchbuffer.h @@ -102,13 +102,13 @@ intel_batchbuffer_require_space(struct intel_batchbuffer *batch, OUT_BATCH(XY_SRC_COPY_BLT_CMD | \ XY_SRC_COPY_BLT_WRITE_ALPHA | \ XY_SRC_COPY_BLT_WRITE_RGB | \ - flags | 8); \ + (flags) | 8); \ } else { \ BEGIN_BATCH(8); \ OUT_BATCH(XY_SRC_COPY_BLT_CMD | \ XY_SRC_COPY_BLT_WRITE_ALPHA | \ XY_SRC_COPY_BLT_WRITE_RGB | \ - flags | 6); \ + (flags) | 6); \ } \ } while(0) -- cgit v1.2.3