Searched defs:msm_gem_submit (Results 1 – 1 of 1) sorted by relevance
432 struct msm_gem_submit { struct433 struct drm_sched_job base;434 struct kref ref;435 struct drm_device *dev;436 struct msm_gpu *gpu;437 struct drm_gpuvm *vm;438 struct list_head node; /* node in ring submit list */439 struct drm_exec exec;440 uint32_t seqno; /* Sequence number of the submit on the ring */445 struct dma_fence *hw_fence;[all …]