Searched refs:vc4_ioctl (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_bufmgr.c | 72 vc4_ioctl(screen->fd, DRM_IOCTL_VC4_LABEL_BO, &label); in vc4_bo_label() 124 vc4_ioctl(bo->screen->fd, DRM_IOCTL_VC4_GEM_MADVISE, &arg); in vc4_bo_purgeable() 137 if (vc4_ioctl(bo->screen->fd, DRM_IOCTL_VC4_GEM_MADVISE, &arg)) in vc4_bo_unpurgeable() 161 int ret = vc4_ioctl(screen->fd, DRM_IOCTL_GEM_CLOSE, &c); in vc4_bo_free() 254 ret = vc4_ioctl(screen->fd, DRM_IOCTL_VC4_CREATE_BO, &create); in vc4_bo_alloc() 421 int ret = vc4_ioctl(screen->fd, DRM_IOCTL_GEM_OPEN, &o); in vc4_bo_open_name() 493 ret = vc4_ioctl(screen->fd, DRM_IOCTL_VC4_CREATE_SHADER_BO, in vc4_bo_alloc_shader() 518 int ret = vc4_ioctl(bo->screen->fd, DRM_IOCTL_GEM_FLINK, &flink); in vc4_bo_flink() 538 int ret = vc4_ioctl(fd, DRM_IOCTL_VC4_WAIT_SEQNO, &wait); in vc4_wait_seqno_ioctl() 580 int ret = vc4_ioctl(fd, DRM_IOCTL_VC4_WAIT_BO, &wait); in vc4_wait_bo_ioctl() [all …]
|
D | vc4_query.c | 177 vc4_ioctl(ctx->fd, DRM_IOCTL_VC4_PERFMON_DESTROY, in vc4_destroy_query() 208 vc4_ioctl(ctx->fd, DRM_IOCTL_VC4_PERFMON_DESTROY, &destroyreq); in vc4_begin_query() 215 ret = vc4_ioctl(ctx->fd, DRM_IOCTL_VC4_PERFMON_CREATE, &req); in vc4_begin_query() 270 ret = vc4_ioctl(ctx->fd, DRM_IOCTL_VC4_PERFMON_GET_VALUES, &req); in vc4_get_query_result()
|
D | vc4_screen.c | 126 int ret = vc4_ioctl(screen->fd, DRM_IOCTL_VC4_GET_PARAM, &p); in vc4_has_feature() 460 ret = vc4_ioctl(screen->fd, DRM_IOCTL_VC4_GET_PARAM, &ident0); in vc4_get_chip_info() 474 ret = vc4_ioctl(screen->fd, DRM_IOCTL_VC4_GET_PARAM, &ident1); in vc4_get_chip_info()
|
D | vc4_resource.c | 558 int ret = vc4_ioctl(screen->fd, DRM_IOCTL_VC4_SET_TILING, in vc4_resource_create_with_modifiers() 631 int ret = vc4_ioctl(screen->fd, DRM_IOCTL_VC4_GET_TILING, &get_tiling); in vc4_resource_from_handle() 1138 int ret = vc4_ioctl(screen->fd, DRM_IOCTL_VC4_GET_TILING, &get_tiling); in vc4_resource_screen_init()
|
D | vc4_context.h | 474 vc4_ioctl(int fd, unsigned long request, void *arg) in vc4_ioctl() function
|
D | vc4_job.c | 492 ret = vc4_ioctl(vc4->fd, DRM_IOCTL_VC4_SUBMIT_CL, &submit); in vc4_job_submit()
|