Home
last modified time | relevance | path

Searched refs:MSM_PARAM_SUSPENDS (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/include/drm-uapi/
Dmsm_drm.h83 #define MSM_PARAM_SUSPENDS 0x0a /* RO */ macro
/third_party/mesa3d/src/freedreno/drm-shim/
Dfreedreno_noop.c137 case MSM_PARAM_SUSPENDS: in msm_ioctl_get_param()
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_pipe.c102 return query_param(pipe, MSM_PARAM_SUSPENDS, value); in msm_pipe_get_param()
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_pipe.c108 return query_param(pipe, MSM_PARAM_SUSPENDS, value); in virtio_pipe_get_param()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_drm.c121 int ret = tu_drm_get_param(dev->physical_device, MSM_PARAM_SUSPENDS, suspend_count); in tu_device_get_suspend_count()