Searched refs:query_param (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/freedreno/drm/msm/ |
H A D | msm_pipe.c | 33 query_param(struct fd_pipe *pipe, uint32_t param, uint64_t *value) in query_param() function 92 return query_param(pipe, MSM_PARAM_MAX_FREQ, value); in msm_pipe_get_param() 94 return query_param(pipe, MSM_PARAM_TIMESTAMP, value); in msm_pipe_get_param() 96 return query_param(pipe, MSM_PARAM_NR_RINGS, value); in msm_pipe_get_param() 100 return query_param(pipe, MSM_PARAM_FAULTS, value); in msm_pipe_get_param() 102 return query_param(pipe, MSM_PARAM_SUSPENDS, value); in msm_pipe_get_param() 228 int ret = query_param(pipe, param, &value); in get_param()
|
/third_party/libdrm/freedreno/msm/ |
H A D | msm_pipe.c | 31 static int query_param(struct fd_pipe *pipe, uint32_t param, in query_param() function 67 return query_param(pipe, MSM_PARAM_MAX_FREQ, value); in msm_pipe_get_param() 69 return query_param(pipe, MSM_PARAM_TIMESTAMP, value); in msm_pipe_get_param() 71 return query_param(pipe, MSM_PARAM_NR_RINGS, value); in msm_pipe_get_param() 160 int ret = query_param(pipe, param, &value); in get_param()
|
/third_party/mesa3d/src/freedreno/drm/virtio/ |
H A D | virtio_pipe.c | 30 query_param(struct fd_pipe *pipe, uint32_t param, uint64_t *value) in query_param() function 99 return query_param(pipe, MSM_PARAM_TIMESTAMP, value); in virtio_pipe_get_param() 106 return query_param(pipe, MSM_PARAM_FAULTS, value); in virtio_pipe_get_param() 108 return query_param(pipe, MSM_PARAM_SUSPENDS, value); in virtio_pipe_get_param()
|
Completed in 2 milliseconds