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
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