Searched defs:drm_etnaviv_gem_submit (Results 1 – 2 of 2) sorted by relevance
/external/libdrm/etnaviv/ |
D | etnaviv_drm.h | 160 struct drm_etnaviv_gem_submit { struct 161 __u32 fence; /* out */ 162 __u32 pipe; /* in */ 163 __u32 exec_state; /* in, initial execution state (ETNA_PIPE_x) */ 164 __u32 nr_bos; /* in, number of submit_bo's */ 165 __u32 nr_relocs; /* in, number of submit_reloc's */ 166 __u32 stream_size; /* in, cmdstream size */ 167 __u64 bos; /* in, ptr to array of submit_bo's */ 168 __u64 relocs; /* in, ptr to array of submit_reloc's */ 169 __u64 stream; /* in, ptr to cmdstream */
|
/external/kernel-headers/original/uapi/drm/ |
D | etnaviv_drm.h | 160 struct drm_etnaviv_gem_submit { struct 161 __u32 fence; /* out */ 162 __u32 pipe; /* in */ 163 __u32 exec_state; /* in, initial execution state (ETNA_PIPE_x) */ 164 __u32 nr_bos; /* in, number of submit_bo's */ 165 __u32 nr_relocs; /* in, number of submit_reloc's */ 166 __u32 stream_size; /* in, cmdstream size */ 167 __u64 bos; /* in, ptr to array of submit_bo's */ 168 __u64 relocs; /* in, ptr to array of submit_reloc's */ 169 __u64 stream; /* in, ptr to cmdstream */
|