Searched defs:msm_gem_submit (Results 1 – 1 of 1) sorted by relevance
252 struct msm_gem_submit { struct253 struct drm_sched_job base;254 struct kref ref;255 struct drm_device *dev;256 struct msm_gpu *gpu;257 struct msm_gem_address_space *aspace;258 struct list_head node; /* node in ring submit list */259 struct ww_acquire_ctx ticket;260 uint32_t seqno; /* Sequence number of the submit on the ring */265 struct dma_fence *hw_fence;[all …]