Searched defs:msm_vm_bind_job (Results 1 – 1 of 1) sorted by relevance
108 struct msm_vm_bind_job { struct110 struct drm_sched_job base;112 struct drm_gpuvm *vm;114 struct dma_fence *fence;116 struct msm_gpu_submitqueue *queue;118 struct msm_mmu_prealloc prealloc;120 struct list_head vm_ops;122 bool bos_pinned;124 unsigned int nr_ops;153 static inline struct msm_vm_bind_job *to_msm_vm_bind_job(struct drm_sched_job *job) in to_msm_vm_bind_job() argument