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

2020-05-05 Thread Mika Kuoppala
Chris Wilson writes: > Quoting Mika Kuoppala (2020-04-30 16:47:30) >> Flush TDL and L3. >> >> Signed-off-by: Mika Kuoppala > > That's very misnamed bit! > > There's a comment that this must be paired with the corresponding pc in > the same HW dispatch. Not for gen12. -Mika

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

2020-05-03 Thread Chris Wilson
Quoting Mika Kuoppala (2020-04-30 16:47:30) > Flush TDL and L3. > > Signed-off-by: Mika Kuoppala That's very misnamed bit! There's a comment that this must be paired with the corresponding pc in the same HW dispatch. -Chris ___ Intel-gfx mailing list

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

2020-04-30 Thread Mika Kuoppala
Flush TDL and L3. Signed-off-by: Mika Kuoppala --- drivers/gpu/drm/i915/gt/intel_lrc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/i915/gt/intel_lrc.c b/drivers/gpu/drm/i915/gt/intel_lrc.c index b3ddb928d231..0bbce218157f 100644 --- a/drivers/gpu/drm/i915/gt/intel_lrc.