Re: [RESEND PATCH] drm/xe/oa: Use vma_pages() helper function in xe_oa_mmap()

2024-08-19 Thread Dixit, Ashutosh
On Mon, 19 Aug 2024 02:57:52 -0700, Thorsten Blum wrote: > > Use the vma_pages() helper function and remove the following > Coccinelle/coccicheck warning reported by vma_pages.cocci: > > WARNING: Consider using vma_pages helper on vma > > Reviewed-by: Ashutosh Dixit > Signed-off-by: Thorsten Blu

[RESEND PATCH] drm/xe/oa: Use vma_pages() helper function in xe_oa_mmap()

2024-08-19 Thread Thorsten Blum
Use the vma_pages() helper function and remove the following Coccinelle/coccicheck warning reported by vma_pages.cocci: WARNING: Consider using vma_pages helper on vma Reviewed-by: Ashutosh Dixit Signed-off-by: Thorsten Blum --- drivers/gpu/drm/xe/xe_oa.c | 3 +-- 1 file changed, 1 insertion

Re: [PATCH] drm/xe/oa: Use vma_pages() helper function in xe_oa_mmap()

2024-07-24 Thread Dixit, Ashutosh
On Wed, 24 Jul 2024 11:18:27 -0700, Thorsten Blum wrote: > > Use the vma_pages() helper function and remove the following > Coccinelle/coccicheck warning reported by vma_pages.cocci: > > WARNING: Consider using vma_pages helper on vma Reviewed-by: Ashutosh Dixit > > Signed-off-by: Thorsten Blu

[PATCH] drm/xe/oa: Use vma_pages() helper function in xe_oa_mmap()

2024-07-24 Thread Thorsten Blum
Use the vma_pages() helper function and remove the following Coccinelle/coccicheck warning reported by vma_pages.cocci: WARNING: Consider using vma_pages helper on vma Signed-off-by: Thorsten Blum --- drivers/gpu/drm/xe/xe_oa.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --g