Lines Matching defs:drm_tegra_submit
116 struct drm_tegra_submit { struct
117 __u64 context;
118 __u32 num_syncpts;
119 __u32 num_cmdbufs;
120 __u32 num_relocs;
121 __u32 num_waitchks;
122 __u32 waitchk_mask;
123 __u32 timeout;
124 __u64 syncpts;
125 __u64 cmdbufs;
126 __u64 relocs;
127 __u64 waitchks;
128 __u32 fence; /* Return value */
130 __u32 reserved[5]; /* future expansion */