mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-07-23 18:06:18 +00:00
batch: Fix typo in BLIT_BATCH_BEGIN
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
10552b5ca6
commit
d6af0043bd
@ -160,7 +160,7 @@ intel_batchbuffer_require_space(struct intel_batchbuffer *batch,
|
||||
XY_SRC_COPY_BLT_WRITE_ALPHA | \
|
||||
XY_SRC_COPY_BLT_WRITE_RGB | \
|
||||
(flags) | \
|
||||
(6 + (2*batch->gen >= 8))); \
|
||||
(6 + 2*(batch->gen >= 8))); \
|
||||
} while(0)
|
||||
|
||||
#define COLOR_BLIT_COPY_BATCH_START(flags) do { \
|
||||
|
Loading…
x
Reference in New Issue
Block a user