mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
drm_vma_limiter_cached: Missed gen8 BLT updates
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
parent
672911d714
commit
846a0f01b0
@ -111,15 +111,13 @@ int main(int argc, char **argv)
|
||||
drm_intel_gem_bo_unmap_gtt(bo[j]);
|
||||
|
||||
/* put it onto the active list ... */
|
||||
BEGIN_BATCH(6);
|
||||
OUT_BATCH(XY_COLOR_BLT_CMD |
|
||||
XY_COLOR_BLT_WRITE_ALPHA |
|
||||
XY_COLOR_BLT_WRITE_RGB);
|
||||
COLOR_BLIT_COPY_BATCH_START(intel_get_drm_devid(fd), 0);
|
||||
OUT_BATCH((3 << 24) | /* 32 bits */
|
||||
128);
|
||||
OUT_BATCH(0); /* dst x1,y1 */
|
||||
OUT_BATCH((1 << 16) | 1);
|
||||
OUT_RELOC(bo[j], I915_GEM_DOMAIN_RENDER, I915_GEM_DOMAIN_RENDER, 0);
|
||||
BLIT_RELOC_UDW(intel_get_drm_devid(fd));
|
||||
OUT_BATCH(0xffffffff); /* color */
|
||||
ADVANCE_BATCH();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user