Searched refs:msm_pipe_get_param (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/freedreno/drm/msm/ |
D | msm_pipe.c | 73 msm_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, in msm_pipe_get_param() function 170 msm_pipe_get_param(pipe, FD_NR_RINGS, &nr_rings); in open_submitqueue() 209 .get_param = msm_pipe_get_param, 218 .get_param = msm_pipe_get_param,
|
/third_party/libdrm/freedreno/msm/ |
D | msm_pipe.c | 51 static int msm_pipe_get_param(struct fd_pipe *pipe, in msm_pipe_get_param() function 113 msm_pipe_get_param(pipe, FD_NR_RINGS, &nr_rings); in open_submitqueue() 152 .get_param = msm_pipe_get_param,
|