Skip to content

i915/eu: Set scope to TILE for TGM flushes

Faith Ekstrand requested to merge gfxstrand/mesa:review/lsc-fence-tile into main

Setting it to GPU can cause an L3$ flush in certain cases. That's not what we want as we really only care about coherency within the GPU.

Merge request reports