diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-11-14 23:15:37 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-11-14 23:31:43 +0100 |
commit | df5e880beaffe2ab214eba8cdf27d9459dd99ead (patch) | |
tree | 00fabbae93adc3d7e883d580c7ea702eb7f82741 /tests/gen3_mixed_blits.c | |
parent | f7abef6618ab5b8c9a0358f9b765f3445f9f6be4 (diff) |
tests: More bdw fallout
Diffstat (limited to 'tests/gen3_mixed_blits.c')
-rw-r--r-- | tests/gen3_mixed_blits.c | 2 |
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; |