Searched refs:PANFROST_BO_NOEXEC (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/drm/
H A Dpanfrost_drm.h88 #define PANFROST_BO_NOEXEC 1 macro
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_gem.c120 unsigned long color = bo->noexec ? PANFROST_BO_NOEXEC : 0;
282 bo->noexec = !!(flags & PANFROST_BO_NOEXEC);
H A Dpanfrost_drv.c90 (args->flags & ~(PANFROST_BO_NOEXEC | PANFROST_BO_HEAP)))
95 !(args->flags & PANFROST_BO_NOEXEC))
H A Dpanfrost_mmu.c599 if (!(color & PANFROST_BO_NOEXEC)) {

Completed in 122 milliseconds