mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-24 22:55:39 +00:00
test: Add more gen3 render blitters
... and we have a winner: gen3_mixed_blits reproduces the issue Daniel Vetter originally found. It seems clear that we have some incoherence between the RENDER and BLT units on gen3 that no amount of MI_FLUSH can hide. Hmmm.... Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -211,7 +211,6 @@ static void cpu_copyfunc(struct scratch_buf *src, unsigned src_x, unsigned src_y
|
||||
if (options.use_cpu_maps) {
|
||||
set_to_cpu_domain(src, 0);
|
||||
set_to_cpu_domain(dst, 1);
|
||||
|
||||
}
|
||||
|
||||
cpucpy2d(src->data, src->stride/sizeof(uint32_t), src_x, src_y,
|
||||
|
||||
Reference in New Issue
Block a user