Home
last modified time | relevance | path

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

/third_party/mesa3d/include/drm-uapi/
Dmsm_drm.h82 #define MSM_PARAM_FAULTS 0x09 /* RO */ macro
/third_party/mesa3d/src/freedreno/drm-shim/
Dfreedreno_noop.c136 case MSM_PARAM_FAULTS: in msm_ioctl_get_param()
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_pipe.c100 return query_param(pipe, MSM_PARAM_FAULTS, value); in msm_pipe_get_param()
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_pipe.c106 return query_param(pipe, MSM_PARAM_FAULTS, value); in virtio_pipe_get_param()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_drm.c132 int ret = tu_drm_get_param(physical_device, MSM_PARAM_FAULTS, &physical_device->fault_count); in tu_device_check_status()
740 int ret = tu_drm_get_param(device, MSM_PARAM_FAULTS, &device->fault_count); in tu_drm_device_init()