lib/batchbuffer: Fix COLOR_BLIT_COPY_BATCH_START

Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2015-03-25 21:15:34 +01:00 committed by Paulo Zanoni
parent c0ed7d344a
commit 9bb2ca3a83

View File

@ -175,6 +175,7 @@ intel_batchbuffer_require_space(struct intel_batchbuffer *batch,
OUT_BATCH(XY_COLOR_BLT_CMD_NOLEN | \
COLOR_BLT_WRITE_ALPHA | \
XY_COLOR_BLT_WRITE_RGB | \
(flags) | \
(4 + (batch->gen >= 8))); \
} while(0)