Re: [Intel-gfx] [PATCH v2] drm/i915: Use helper func to find out map type

2022-12-20 Thread Das, Nirmoy
On 12/19/2022 8:04 PM, Andrzej Hajda wrote: On 19.12.2022 12:29, Nirmoy Das wrote: Use i915_coherent_map_type() function to find out map_type of the shmem obj. v2: handle non-llc platform(Matt) Signed-off-by: Nirmoy Das ---   drivers/gpu/drm/i915/gt/shmem_utils.c | 7 +--   1 file

Re: [Intel-gfx] [PATCH v2] drm/i915: Use helper func to find out map type

2022-12-19 Thread Andrzej Hajda
On 19.12.2022 12:29, Nirmoy Das wrote: Use i915_coherent_map_type() function to find out map_type of the shmem obj. v2: handle non-llc platform(Matt) Signed-off-by: Nirmoy Das --- drivers/gpu/drm/i915/gt/shmem_utils.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git

[Intel-gfx] [PATCH v2] drm/i915: Use helper func to find out map type

2022-12-19 Thread Nirmoy Das
Use i915_coherent_map_type() function to find out map_type of the shmem obj. v2: handle non-llc platform(Matt) Signed-off-by: Nirmoy Das --- drivers/gpu/drm/i915/gt/shmem_utils.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/gt/shmem_utils.c