Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/v3d/
Dv3d_drv.h144 struct v3d_tfu_job *tfu_job;
322 struct v3d_tfu_job { struct
Dv3d_sched.c50 static struct v3d_tfu_job *
53 return container_of(sched_job, struct v3d_tfu_job, base.base); in to_tfu_job()
281 struct v3d_tfu_job *job = to_tfu_job(sched_job); in v3d_tfu_job_run()
Dv3d_submit.c1064 struct v3d_tfu_job *job = NULL; in v3d_submit_tfu_ioctl()