Home
last modified time | relevance | path

Searched refs:MSM_PARAM_TIMESTAMP (Results 1 – 7 of 7) sorted by relevance

/third_party/libdrm/include/drm/
Dmsm_drm.h74 #define MSM_PARAM_TIMESTAMP 0x05 macro
/third_party/libdrm/freedreno/msm/
Dmsm_pipe.c69 return query_param(pipe, MSM_PARAM_TIMESTAMP, value); in msm_pipe_get_param()
/third_party/mesa3d/include/drm-uapi/
Dmsm_drm.h78 #define MSM_PARAM_TIMESTAMP 0x05 /* RO */ macro
/third_party/mesa3d/src/freedreno/drm-shim/
Dfreedreno_noop.c130 case MSM_PARAM_TIMESTAMP: in msm_ioctl_get_param()
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_pipe.c94 return query_param(pipe, MSM_PARAM_TIMESTAMP, value); in msm_pipe_get_param()
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_pipe.c99 return query_param(pipe, MSM_PARAM_TIMESTAMP, value); in virtio_pipe_get_param()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_drm.c115 return tu_drm_get_param(dev->physical_device, MSM_PARAM_TIMESTAMP, ts); in tu_device_get_gpu_timestamp()