Home
last modified time | relevance | path

Searched refs:ident1 (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/broadcom/common/
H A Dv3d_device_info.c36 struct drm_v3d_get_param ident1 = { in v3d_get_device_info() local
47 ret = drm_ioctl(fd, DRM_IOCTL_V3D_GET_PARAM, &ident1); in v3d_get_device_info()
55 uint32_t minor = (ident1.value >> 0) & 0xf; in v3d_get_device_info()
59 devinfo->vpm_size = (ident1.value >> 28 & 0xf) * 8192; in v3d_get_device_info()
61 int nslc = (ident1.value >> 4) & 0xf; in v3d_get_device_info()
62 int qups = (ident1.value >> 8) & 0xf; in v3d_get_device_info()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_screen.c504 struct drm_vc4_get_param ident1 = { in vc4_get_chip_info() local
523 ret = vc4_ioctl(screen->fd, DRM_IOCTL_VC4_GET_PARAM, &ident1); in vc4_get_chip_info()
531 uint32_t minor = (ident1.value >> 0) & 0xf; in vc4_get_chip_info()

Completed in 2 milliseconds