Searched defs:msm_gem_submit (Results 1 – 1 of 1) sorted by relevance
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 …]