Re: [Intel-gfx] [PATCH 1/8] drm/i915/mtl: Set has_llc=0

2023-04-20 Thread Das, Nirmoy
We have multiple bugs that requires this and it can be picked up irrespective of this series. I have sent a trybot patch for this and once that passes, I will push this one. https://patchwork.freedesktop.org/series/116746/ Nirmoy On 4/20/2023 1:00 AM, fei.y...@intel.com wrote: From: Fei

Re: [Intel-gfx] [PATCH 1/8] drm/i915/mtl: Set has_llc=0

2023-04-19 Thread Andi Shyti
Hi Fei, On Wed, Apr 19, 2023 at 10:10:24PM +, Yang, Fei wrote: > > Hi Fei, > > > > On Wed, Apr 19, 2023 at 02:12:12PM -0700, fei.y...@intel.com wrote: > >> From: Fei Yang > >> > >> On MTL, LLC is not shared between GT and CPU, set has_llc=0. > >> > >> Signed-off-by: Fei Yang > > > > just an

RE: [Intel-gfx] [PATCH 1/8] drm/i915/mtl: Set has_llc=0

2023-04-19 Thread Yang, Fei
> Hi Fei, > > On Wed, Apr 19, 2023 at 02:12:12PM -0700, fei.y...@intel.com wrote: >> From: Fei Yang >> >> On MTL, LLC is not shared between GT and CPU, set has_llc=0. >> >> Signed-off-by: Fei Yang > > just an unanswered questino from Nirmoy: > > This statement is bit unclear to me. I would say

Re: [Intel-gfx] [PATCH 1/8] drm/i915/mtl: Set has_llc=0

2023-04-19 Thread Andi Shyti
Hi Fei, On Wed, Apr 19, 2023 at 02:12:12PM -0700, fei.y...@intel.com wrote: > From: Fei Yang > > On MTL, LLC is not shared between GT and CPU, set has_llc=0. > > Signed-off-by: Fei Yang just an unanswered questino from Nirmoy: This statement is bit unclear to me.  I would say "On MTL, LLC

Re: [Intel-gfx] [PATCH 1/8] drm/i915/mtl: Set has_llc=0

2023-04-19 Thread Das, Nirmoy
On 4/17/2023 8:24 AM, fei.y...@intel.com wrote: From: Fei Yang On MTL, GT is no longer allocated on LLC, set has_llc=0. This statement is bit unclear to me.  I would say "On MTL, LLC is not shared between GT and CPU" Otherwise Reviewed-by: Nirmoy Das Signed-off-by: Fei Yang ---

Re: [Intel-gfx] [PATCH 1/8] drm/i915/mtl: Set has_llc=0

2023-04-19 Thread Andrzej Hajda
On 17.04.2023 08:24, fei.y...@intel.com wrote: From: Fei Yang On MTL, GT is no longer allocated on LLC, set has_llc=0. Signed-off-by: Fei Yang Reviewed-by: Andrzej Hajda Regards Andrzej --- drivers/gpu/drm/i915/i915_pci.c | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [Intel-gfx] [PATCH 1/8] drm/i915/mtl: Set has_llc=0

2023-04-19 Thread Andi Shyti
Hi Fei, On Sun, Apr 16, 2023 at 11:24:56PM -0700, fei.y...@intel.com wrote: > From: Fei Yang > > On MTL, GT is no longer allocated on LLC, set has_llc=0. > > Signed-off-by: Fei Yang Reviewed-by: Andi Shyti Andi