Searched hist:eb8d395f68421449c6201d3019f51011d034f00e (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/v3d/ |
H A D | v3d_drv.h | diff eb8d395f68421449c6201d3019f51011d034f00e Mon Sep 23 15:55:09 CEST 2024 Maíra Canal <mcanal@igalia.com> drm/v3d: Introduce gemfs
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.
Signed-off-by: Maíra Canal <mcanal@igalia.com> Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240923141348.2422499-6-mcanal@igalia.com
|