Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/common/
Dv3d_device_info.c41 ret = drm_ioctl(fd, DRM_IOCTL_V3D_GET_PARAM, &ident0); in v3d_get_device_info()
47 ret = drm_ioctl(fd, DRM_IOCTL_V3D_GET_PARAM, &ident1); in v3d_get_device_info()
/third_party/mesa3d/include/drm-uapi/
Dv3d_drm.h49 #define DRM_IOCTL_V3D_GET_PARAM DRM_IOWR(DRM_COMMAND_BASE + DRM_V3D_GET_PARAM, struct drm… macro
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.c98 int ret = v3d_ioctl(screen->fd, DRM_IOCTL_V3D_GET_PARAM, &p); in v3d_has_feature()
/third_party/mesa3d/src/broadcom/simulator/
Dv3d_simulator.c714 case DRM_IOCTL_V3D_GET_PARAM: in v3d_simulator_ioctl()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c602 if (v3dv_ioctl(device->render_fd, DRM_IOCTL_V3D_GET_PARAM, &p) != 0) in v3d_has_feature()