Searched defs:msm_gem_vm (Results 1 – 1 of 1) sorted by relevance
67 struct msm_gem_vm { struct69 struct drm_gpuvm base;76 struct drm_gpu_scheduler sched;87 struct {96 } prealloc_throttle;123 struct msm_gem_vm_log_entry *log; argument126 uint32_t log_shift;129 uint32_t log_idx;154 #define to_msm_vm(x) container_of(x, struct msm_gem_vm, base) argument