Lines Matching refs:__u32
30 __u32 param; /* in, value in enum drm_lima_param */
31 __u32 pad; /* pad, must be zero */
39 __u32 size; /* in, buffer size */
40 __u32 flags; /* in, currently no flags, must be zero */
41 __u32 handle; /* out, GEM buffer handle */
42 __u32 pad; /* pad, must be zero */
49 __u32 handle; /* in, GEM buffer handle */
50 __u32 va; /* out, virtual address mapped into GPU MMU */
59 __u32 handle; /* in, GEM buffer handle */
60 __u32 flags; /* in, buffer read/write by GPU */
67 __u32 frame[LIMA_GP_FRAME_REG_NUM];
75 __u32 frame[LIMA_PP_FRAME_REG_NUM];
76 __u32 num_pp;
77 __u32 wb[3 * LIMA_PP_WB_REG_NUM];
78 __u32 plbu_array_address[4];
79 __u32 fragment_stack_address[4];
84 __u32 frame[LIMA_PP_FRAME_REG_NUM];
85 __u32 num_pp;
86 __u32 wb[3 * LIMA_PP_WB_REG_NUM];
87 __u32 use_dlbu;
88 __u32 _pad;
90 __u32 plbu_array_address[8];
91 __u32 dlbu_regs[4];
93 __u32 fragment_stack_address[8];
110 __u32 ctx; /* in, context handle task is submitted to */
111 __u32 pipe; /* in, which pipe to use, GP/PP */
112 __u32 nr_bos; /* in, array length of bos field */
113 __u32 frame_size; /* in, size of frame field */
116 __u32 flags; /* in, submit flags */
117 __u32 out_sync; /* in, drm_syncobj handle used to wait task finish after submission */
118 __u32 in_sync[2]; /* in, drm_syncobj handle used to wait before start this task */
128 __u32 handle; /* in, GEM buffer handle */
129 __u32 op; /* in, CPU want to read/write this buffer */
137 __u32 id; /* out, context handle */
138 __u32 _pad; /* pad, must be zero */
145 __u32 id; /* in, context handle */
146 __u32 _pad; /* pad, must be zero */