Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/common/
Dv3d_device_info.c33 struct drm_v3d_get_param ident0 = { in v3d_get_device_info() local
41 ret = drm_ioctl(fd, DRM_IOCTL_V3D_GET_PARAM, &ident0); in v3d_get_device_info()
54 uint32_t major = (ident0.value >> 24) & 0xff; in v3d_get_device_info()
/third_party/mesa3d/src/gallium/winsys/vc4/drm/
Dvc4_drm_winsys.c42 struct drm_vc4_get_param ident0 = { in vc4_drm_screen_create() local
46 int ret = ioctl(fd, DRM_IOCTL_VC4_GET_PARAM, &ident0); in vc4_drm_screen_create()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_screen.c501 struct drm_vc4_get_param ident0 = { in vc4_get_chip_info() local
509 ret = vc4_ioctl(screen->fd, DRM_IOCTL_VC4_GET_PARAM, &ident0); in vc4_get_chip_info()
530 uint32_t major = (ident0.value >> 24) & 0xff; in vc4_get_chip_info()