Home
last modified time | relevance | path

Searched refs:bo_handle_count (Results 1 – 5 of 5) sorted by relevance

/linux/include/uapi/drm/
H A Dv3d_drm.h212 __u32 bo_handle_count; member
360 __u32 bo_handle_count; member
602 __u32 bo_handle_count; member
H A Dvc4_drm.h144 __u32 bo_handle_count; member
/linux/drivers/gpu/drm/v3d/
H A Dv3d_submit.c303 args->bo_handles, args->bo_handle_count); in v3d_setup_csd_jobs_and_bos()
976 args->bo_handles, args->bo_handle_count); in v3d_submit_cl_ioctl()
1310 if (args->bo_handle_count != cpu_job_bo_handle_count[cpu_job->job_type]) { in v3d_submit_cpu_ioctl()
1328 if (args->bo_handle_count) { in v3d_submit_cpu_ioctl()
1330 args->bo_handles, args->bo_handle_count); in v3d_submit_cpu_ioctl()
/linux/drivers/gpu/drm/vc4/
H A Dvc4_gem.c752 exec->bo_count = args->bo_handle_count; in vc4_cl_lookup_bos()
1132 args->bo_handle_count); in vc4_submit_cl_ioctl()
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c185 job->bo_count = args->bo_handle_count; in panfrost_lookup_bos()