Searched defs:msm_gem_submit (Results 1 – 1 of 1) sorted by relevance
255 struct msm_gem_submit { struct256 struct drm_sched_job base;257 struct kref ref;258 struct drm_device *dev;259 struct msm_gpu *gpu;260 struct msm_gem_address_space *aspace;261 struct list_head node; /* node in ring submit list */262 struct drm_exec exec;263 uint32_t seqno; /* Sequence number of the submit on the ring */268 struct dma_fence *hw_fence;[all …]