mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 17:06:14 +00:00
gem_cs_prefetch: more gen8 integration fallout
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
parent
9ef6769366
commit
c37e9cf0c4
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user