Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/drm/msm/
Dmsm_pipe.c140 __open_submitqueue(struct fd_pipe *pipe, uint32_t prio, uint32_t flags) in __open_submitqueue() function
174 ret = __open_submitqueue(pipe, prio, MSM_SUBMITQUEUE_ALLOW_PREEMPT); in open_submitqueue()
178 ret = __open_submitqueue(pipe, prio, 0); in open_submitqueue()
/external/mesa3d/src/freedreno/drm/virtio/
Dvirtio_pipe.c151 __open_submitqueue(struct fd_pipe *pipe, uint32_t prio, uint32_t flags) in __open_submitqueue() function
185 ret = __open_submitqueue(pipe, prio, MSM_SUBMITQUEUE_ALLOW_PREEMPT); in open_submitqueue()
189 ret = __open_submitqueue(pipe, prio, 0); in open_submitqueue()