summaryrefslogtreecommitdiff
path: root/tests/gem_vmap_blits.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_vmap_blits.c')
-rw-r--r--tests/gem_vmap_blits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_vmap_blits.c b/tests/gem_vmap_blits.c
index 8dd8c619..3c77281d 100644
--- a/tests/gem_vmap_blits.c
+++ b/tests/gem_vmap_blits.c
@@ -98,7 +98,7 @@ copy(int fd, uint32_t dst, uint32_t src)
batch[0] = XY_SRC_COPY_BLT_CMD |
XY_SRC_COPY_BLT_WRITE_ALPHA |
- XY_SRC_COPY_BLT_WRITE_RGB;
+ XY_SRC_COPY_BLT_WRITE_RGB | 6;
batch[1] = (3 << 24) | /* 32 bits */
(0xcc << 16) | /* copy ROP */
WIDTH*4;