Searched defs:msm_gem_submit (Results 1 – 2 of 2) 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 …]
250 struct msm_gem_submit { struct251 struct drm_sched_job base;252 struct kref ref;253 struct drm_device *dev;254 struct msm_gpu *gpu;255 struct msm_gem_address_space *aspace;256 struct list_head node; /* node in ring submit list */257 struct ww_acquire_ctx ticket;258 uint32_t seqno; /* Sequence number of the submit on the ring */263 struct dma_fence *hw_fence;[all …]