Home
last modified time | relevance | path

Searched refs:MSM_INFO_GET_OFFSET (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/include/drm-uapi/
Dmsm_drm.h136 #define MSM_INFO_GET_OFFSET 0x00 /* get mmap() offset, returned by value */ macro
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_bo.c36 .info = MSM_INFO_GET_OFFSET, in bo_allocate()
/third_party/mesa3d/src/freedreno/drm-shim/
Dfreedreno_noop.c86 case MSM_INFO_GET_OFFSET: in msm_ioctl_gem_info()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_drm.c351 uint64_t offset = tu_gem_info(dev, bo->gem_handle, MSM_INFO_GET_OFFSET); in tu_bo_map()