Lines Matching refs:__u32
79 __u32 pipe; /* in, MSM_PIPE_x */
80 __u32 param; /* in, MSM_PARAM_x */
104 __u32 flags; /* in, mask of MSM_BO_x */
105 __u32 handle; /* out */
113 __u32 handle; /* in */
114 __u32 flags; /* in - combination of MSM_INFO_* flags */
125 __u32 handle; /* in */
126 __u32 op; /* in, mask of MSM_PREP_x */
131 __u32 handle; /* in */
150 __u32 submit_offset; /* in, offset from submit_bo */
151 __u32 or; /* in, value OR'd with result */
153 __u32 reloc_idx; /* in, index of reloc_bo buffer */
169 __u32 type; /* in, one of MSM_SUBMIT_CMD_x */
170 __u32 submit_idx; /* in, index of submit_bo cmdstream buffer */
171 __u32 submit_offset; /* in, offset into submit_bo */
172 __u32 size; /* in, cmdstream size */
173 __u32 pad;
174 __u32 nr_relocs; /* in, number of submit_reloc's */
195 __u32 flags; /* in, mask of MSM_SUBMIT_BO_x */
196 __u32 handle; /* in, GEM handle */
217 __u32 flags; /* MSM_PIPE_x | MSM_SUBMIT_x */
218 __u32 fence; /* out */
219 __u32 nr_bos; /* in, number of submit_bo's */
220 __u32 nr_cmds; /* in, number of submit_cmd's */
224 __u32 queueid; /* in, submitqueue id */
235 __u32 fence; /* in */
236 __u32 pad;
238 __u32 queueid; /* in, submitqueue id */
257 __u32 handle; /* in, GEM handle */
258 __u32 madv; /* in, MSM_MADV_x */
259 __u32 retained; /* out, whether backing store still exists */
271 __u32 flags; /* in, MSM_SUBMITQUEUE_x */
272 __u32 prio; /* in, Priority level */
273 __u32 id; /* out, identifier */
302 #define DRM_IOCTL_MSM_SUBMITQUEUE_CLOSE DRM_IOW (DRM_COMMAND_BASE + DRM_MSM_SUBMITQUEUE_CLOSE, __u32)