Searched defs:msm_gem_submit (Results 1 – 1 of 1) sorted by relevance
130 struct msm_gem_submit { struct131 struct drm_device *dev;132 struct msm_gpu *gpu;133 struct msm_gem_address_space *aspace;134 struct list_head node; /* node in ring submit list */135 struct list_head bo_list;136 struct ww_acquire_ctx ticket;137 uint32_t seqno; /* Sequence number of the submit on the ring */138 struct dma_fence *fence;139 struct msm_gpu_submitqueue *queue;[all …]