Home
last modified time | relevance | path

Searched defs:drm_etnaviv_gem_submit (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/include/uapi/drm/
Detnaviv_drm.h194 struct drm_etnaviv_gem_submit { struct
195 __u32 fence; /* out */
196 __u32 pipe; /* in */
197 __u32 exec_state; /* in, initial execution state (ETNA_PIPE_x) */
198 __u32 nr_bos; /* in, number of submit_bo's */
199 __u32 nr_relocs; /* in, number of submit_reloc's */
200 __u32 stream_size; /* in, cmdstream size */
201 __u64 bos; /* in, ptr to array of submit_bo's */
202 __u64 relocs; /* in, ptr to array of submit_reloc's */
203 __u64 stream; /* in, ptr to cmdstream */
[all …]