Lines Matching refs:__u32
99 __u32 pipe; /* in, MSM_PIPE_x */
100 __u32 param; /* in, MSM_PARAM_x */
102 __u32 len; /* zero for non-pointer params */
103 __u32 pad; /* must be zero */
125 __u32 flags; /* in, mask of MSM_BO_x */
126 __u32 handle; /* out */
143 __u32 handle; /* in */
144 __u32 info; /* in - one of MSM_INFO_* */
146 __u32 len; /* in or out */
147 __u32 pad;
157 __u32 handle; /* in */
158 __u32 op; /* in, mask of MSM_PREP_x */
163 __u32 handle; /* in */
182 __u32 submit_offset; /* in, offset from submit_bo */
183 __u32 or; /* in, value OR'd with result */
185 __u32 reloc_idx; /* in, index of reloc_bo buffer */
201 __u32 type; /* in, one of MSM_SUBMIT_CMD_x */
202 __u32 submit_idx; /* in, index of submit_bo cmdstream buffer */
203 __u32 submit_offset; /* in, offset into submit_bo */
204 __u32 size; /* in, cmdstream size */
205 __u32 pad;
206 __u32 nr_relocs; /* in, number of submit_reloc's */
230 __u32 flags; /* in, mask of MSM_SUBMIT_BO_x */
231 __u32 handle; /* in, GEM handle */
259 __u32 handle; /* in, syncobj handle. */
260 __u32 flags; /* in, from MSM_SUBMIT_SYNCOBJ_FLAGS */
269 __u32 flags; /* MSM_PIPE_x | MSM_SUBMIT_x */
270 __u32 fence; /* out (or in with MSM_SUBMIT_FENCE_SN_IN flag) */
271 __u32 nr_bos; /* in, number of submit_bo's */
272 __u32 nr_cmds; /* in, number of submit_cmd's */
276 __u32 queueid; /* in, submitqueue id */
279 __u32 nr_in_syncobjs; /* in, number of entries in in_syncobj */
280 __u32 nr_out_syncobjs; /* in, number of entries in out_syncobj. */
281 __u32 syncobj_stride; /* in, stride of syncobj arrays. */
282 __u32 pad; /*in, reserved for future use, always 0. */
294 __u32 fence; /* in */
295 __u32 pad;
297 __u32 queueid; /* in, submitqueue id */
316 __u32 handle; /* in, GEM handle */
317 __u32 madv; /* in, MSM_MADV_x */
318 __u32 retained; /* out, whether backing store still exists */
334 __u32 flags; /* in, MSM_SUBMITQUEUE_x */
335 __u32 prio; /* in, Priority level */
336 __u32 id; /* out, identifier */
343 __u32 id;
344 __u32 param;
345 __u32 len;
346 __u32 pad;
375 #define DRM_IOCTL_MSM_SUBMITQUEUE_CLOSE DRM_IOW (DRM_COMMAND_BASE + DRM_MSM_SUBMITQUEUE_CLOSE, __u32)