Re: [PATCH] drm/v3d: Drop allocation of object without mountpoint

2024-10-29 Thread Matthias Brugger
Hi Maria, On 29/10/2024 01:41, Maíra Canal wrote: Hi Matthias, Thanks for your patch! On 28/10/24 11:27, matthias@kernel.org wrote: From: Matthias Brugger Function drm_gem_shmem_create_with_mnt() creates an object without using the mountpoint if gemfs is NULL. Drop the else branch call

Re: [PATCH] drm/v3d: Drop allocation of object without mountpoint

2024-10-29 Thread Maíra Canal
Hi Matthias, On 29/10/24 05:43, Matthias Brugger wrote: Hi Maria, On 29/10/2024 01:41, Maíra Canal wrote: Hi Matthias, Thanks for your patch! On 28/10/24 11:27, matthias@kernel.org wrote: From: Matthias Brugger Function drm_gem_shmem_create_with_mnt() creates an object without using t

Re: [PATCH] drm/v3d: Drop allocation of object without mountpoint

2024-10-28 Thread Maíra Canal
Hi Matthias, Thanks for your patch! On 28/10/24 11:27, matthias@kernel.org wrote: From: Matthias Brugger Function drm_gem_shmem_create_with_mnt() creates an object without using the mountpoint if gemfs is NULL. Drop the else branch calling drm_gem_shmem_create(). Signed-off-by: Matthias