Home
last modified time | relevance | path

Searched refs:PANFROST_BO_HEAP (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_gem.c244 if (flags & PANFROST_BO_HEAP) in panfrost_gem_create()
253 bo->is_heap = !!(flags & PANFROST_BO_HEAP); in panfrost_gem_create()
H A Dpanfrost_drv.c89 (args->flags & ~(PANFROST_BO_NOEXEC | PANFROST_BO_HEAP))) in panfrost_ioctl_create_bo()
93 if ((args->flags & PANFROST_BO_HEAP) && in panfrost_ioctl_create_bo()
/openbmc/linux/include/uapi/drm/
H A Dpanfrost_drm.h89 #define PANFROST_BO_HEAP 2 macro