Re: [Intel-gfx] [PATCH 9/9] drm/i915/gen12: Flush LLC

2020-05-03 Thread Chris Wilson
Quoting Mika Kuoppala (2020-04-30 16:47:35) > Request boundary is a global observation point for > all operations. Thus flush the LLC too. > > Signed-off-by: Mika Kuoppala This one always concerned me for being unbounded in cost: flush all the LLC lines that might be framebuffer. We don't mix s

[Intel-gfx] [PATCH 9/9] drm/i915/gen12: Flush LLC

2020-04-30 Thread Mika Kuoppala
Request boundary is a global observation point for all operations. Thus flush the LLC too. Signed-off-by: Mika Kuoppala --- drivers/gpu/drm/i915/gt/intel_gpu_commands.h | 1 + drivers/gpu/drm/i915/gt/intel_lrc.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/drivers/gpu/drm/i915