summaryrefslogtreecommitdiff
path: root/tests/gen3_mixed_blits.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-11-14 23:15:37 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-11-14 23:31:43 +0100
commitdf5e880beaffe2ab214eba8cdf27d9459dd99ead (patch)
tree00fabbae93adc3d7e883d580c7ea702eb7f82741 /tests/gen3_mixed_blits.c
parentf7abef6618ab5b8c9a0358f9b765f3445f9f6be4 (diff)
tests: More bdw fallout
Diffstat (limited to 'tests/gen3_mixed_blits.c')
-rw-r--r--tests/gen3_mixed_blits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gen3_mixed_blits.c b/tests/gen3_mixed_blits.c
index 1f91df65..0b7109d4 100644
--- a/tests/gen3_mixed_blits.c
+++ b/tests/gen3_mixed_blits.c
@@ -334,7 +334,7 @@ static void blt_copy(int fd, uint32_t dst, uint32_t src)
*b++ = (XY_SRC_COPY_BLT_CMD |
XY_SRC_COPY_BLT_WRITE_ALPHA |
- XY_SRC_COPY_BLT_WRITE_RGB);
+ XY_SRC_COPY_BLT_WRITE_RGB | 6);
*b++ = 3 << 24 | 0xcc << 16 | WIDTH * 4;
*b++ = 0;
*b++ = HEIGHT << 16 | WIDTH;