Re: [Intel-gfx] [PATCH] drm/i915/mtl: Disable SF round to nearest even

2023-08-10 Thread Matt Roper
On Wed, Aug 09, 2023 at 12:10:43PM +0530, Shekhar Chauhan wrote: > Workaround for disabling round to nearest even in the SF unit. I don't think we want/need this workaround in i915 (see the explanation I just gave on the Xe patch for the same workaround). However we do need to _drop_ the implemen

[Intel-gfx] [PATCH] drm/i915/mtl: Disable SF round to nearest even

2023-08-08 Thread Shekhar Chauhan
Workaround for disabling round to nearest even in the SF unit. BSpec: 45818 Signed-off-by: Shekhar Chauhan --- drivers/gpu/drm/i915/gt/intel_workarounds.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/i915/gt/intel_workarounds.c b/drivers/gpu/drm/i915/gt/intel_workaroun