Searched defs:msm_gem_submit (Results 1 – 1 of 1) sorted by relevance
138 struct msm_gem_submit { struct139 struct drm_device *dev;140 struct msm_gpu *gpu;141 struct msm_gem_address_space *aspace;142 struct list_head node; /* node in ring submit list */143 struct list_head bo_list;144 struct ww_acquire_ctx ticket;145 uint32_t seqno; /* Sequence number of the submit on the ring */146 struct dma_fence *fence;147 struct msm_gpu_submitqueue *queue;[all …]