Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/drm/
H A Dpanfrost_drm.h42 #define PANFROST_JD_REQ_FS (1 << 0) macro
/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c248 if (args->requirements && args->requirements != PANFROST_JD_REQ_FS) in panfrost_ioctl_submit()
H A Dpanfrost_job.c112 if (job->requirements & PANFROST_JD_REQ_FS) in panfrost_job_get_slot()