summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBen Widawsky <benjamin.widawsky@intel.com>2013-11-13 18:23:06 -0800
committerBen Widawsky <benjamin.widawsky@intel.com>2013-11-13 18:23:06 -0800
commitc37e9cf0c4bb7bae69693fa5d5d57cf30f8db87e (patch)
treebf2e8a49688d143a611138ba40ed8fb813d58432 /tests
parent9ef6769366222bc1c272336378d802737a5e9026 (diff)
gem_cs_prefetch: more gen8 integration fallout
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Diffstat (limited to 'tests')
-rw-r--r--tests/gem_cs_prefetch.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/gem_cs_prefetch.c b/tests/gem_cs_prefetch.c
index 229a385a..eb515ead 100644
--- a/tests/gem_cs_prefetch.c
+++ b/tests/gem_cs_prefetch.c
@@ -133,9 +133,6 @@ int main(int argc, char **argv)
/* copy the sample batch with the gpu to the new one, so that we
* also test the unmappable part of the gtt. */
BLIT_COPY_BATCH_START(batch->devid, 0);
- OUT_BATCH(XY_SRC_COPY_BLT_CMD |
- XY_SRC_COPY_BLT_WRITE_ALPHA |
- XY_SRC_COPY_BLT_WRITE_RGB);
OUT_BATCH((3 << 24) | /* 32 bits */
(0xcc << 16) | /* copy ROP */
4096);