Home
last modified time | relevance | path

Searched refs:nr_rings (Results 1 – 2 of 2) sorted by relevance

/external/libdrm/freedreno/msm/
Dmsm_pipe.c105 uint64_t nr_rings = 1; in open_submitqueue() local
113 msm_pipe_get_param(pipe, FD_NR_RINGS, &nr_rings); in open_submitqueue()
115 req.prio = MIN2(req.prio, MAX2(nr_rings, 1) - 1); in open_submitqueue()
/external/mesa3d/src/freedreno/drm/
Dmsm_pipe.c134 uint64_t nr_rings = 1; in open_submitqueue() local
142 msm_pipe_get_param(pipe, FD_NR_RINGS, &nr_rings); in open_submitqueue()
144 req.prio = MIN2(req.prio, MAX2(nr_rings, 1) - 1); in open_submitqueue()