Searched refs:query_param (Results 1 – 1 of 1) sorted by relevance
/external/libdrm/freedreno/msm/ |
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() 154 int ret = query_param(pipe, param, &value); in get_param()
|