Re: [PATCH 3/5] drm/v3d: Introduce gemfs

2024-03-12 Thread Tvrtko Ursulin
Hi, On 11/03/2024 10:06, Maíra Canal wrote: Create a separate "tmpfs" kernel mount for V3D. This will allow us to move away from the shmemfs `shm_mnt` and gives the flexibility to do things like set our own mount options. Here, the interest is to use "huge=", which should allow us to enable th

Re: [PATCH 3/5] drm/v3d: Introduce gemfs

2024-03-12 Thread Iago Toral
This patch is: Reviewed-by: Iago Toral Quiroga Iago El lun, 11-03-2024 a las 07:06 -0300, Maíra Canal escribió: > Create a separate "tmpfs" kernel mount for V3D. This will allow us to > move away from the shmemfs `shm_mnt` and gives the flexibility to do > things like set our own mount options.

[PATCH 3/5] drm/v3d: Introduce gemfs

2024-03-11 Thread Maíra Canal
Create a separate "tmpfs" kernel mount for V3D. This will allow us to move away from the shmemfs `shm_mnt` and gives the flexibility to do things like set our own mount options. Here, the interest is to use "huge=", which should allow us to enable the use of THP for our shmem-backed objects. Signe