Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_drmif.h61 FD_CTX_FAULTS, /* # of per context faults */ enumerator
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_pipe.c97 case FD_CTX_FAULTS: in msm_pipe_get_param()
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_pipe.c103 case FD_CTX_FAULTS: in virtio_pipe_get_param()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c423 enum fd_param_id param = per_context ? FD_CTX_FAULTS : FD_GLOBAL_FAULTS; in fd_get_reset_count()