Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_bo.c117 .info = MSM_INFO_GET_IOVA, in msm_bo_iova()
/third_party/mesa3d/include/drm-uapi/
Dmsm_drm.h137 #define MSM_INFO_GET_IOVA 0x01 /* get iova, returned by value */ macro
/third_party/mesa3d/src/freedreno/drm-shim/
Dfreedreno_noop.c89 case MSM_INFO_GET_IOVA: in msm_ioctl_gem_info()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_drm.c205 uint64_t iova = tu_gem_info(dev, gem_handle, MSM_INFO_GET_IOVA); in tu_bo_init()