Home
last modified time | relevance | path

Searched defs:msm_gem_submit (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_gem.h138 struct msm_gem_submit { struct
139 struct drm_device *dev;
140 struct msm_gpu *gpu;
141 struct list_head node; /* node in ring submit list */
142 struct list_head bo_list;
143 struct ww_acquire_ctx ticket;
144 uint32_t seqno; /* Sequence number of the submit on the ring */
145 struct dma_fence *fence;
146 struct msm_gpu_submitqueue *queue;
147 struct pid *pid; /* submitting process */
[all …]