Lines Matching defs:msm_gem_submit
138 struct msm_gem_submit { struct
139 struct drm_device *dev;
140 struct msm_gpu *gpu;
141 struct msm_gem_address_space *aspace;
142 struct list_head node; /* node in ring submit list */
143 struct list_head bo_list;
144 struct ww_acquire_ctx ticket;
145 uint32_t seqno; /* Sequence number of the submit on the ring */
146 struct dma_fence *fence;
147 struct msm_gpu_submitqueue *queue;
148 struct pid *pid; /* submitting process */
149 bool valid; /* true if no cmdstream patching needed */
150 bool in_rb; /* "sudo" mode, copy cmds into RB */
151 struct msm_ringbuffer *ring;
152 struct msm_file_private *ctx;
176 should_dump(struct msm_gem_submit *submit, int idx) in should_dump() argument