Lines Matching defs:drm_etnaviv_gem_submit
186 struct drm_etnaviv_gem_submit { struct
187 __u32 fence; /* out */
188 __u32 pipe; /* in */
189 __u32 exec_state; /* in, initial execution state (ETNA_PIPE_x) */
190 __u32 nr_bos; /* in, number of submit_bo's */
191 __u32 nr_relocs; /* in, number of submit_reloc's */
192 __u32 stream_size; /* in, cmdstream size */
193 __u64 bos; /* in, ptr to array of submit_bo's */
194 __u64 relocs; /* in, ptr to array of submit_reloc's */
195 __u64 stream; /* in, ptr to cmdstream */
196 __u32 flags; /* in, mask of ETNA_SUBMIT_x */
197 __s32 fence_fd; /* in/out, fence fd (see ETNA_SUBMIT_FENCE_FD_x) */
198 __u64 pmrs; /* in, ptr to array of submit_pmr's */
199 __u32 nr_pmrs; /* in, number of submit_pmr's */
200 __u32 pad;