Searched defs:drm_msm_gem_submit (Results 1 – 2 of 2) sorted by relevance
/external/kernel-headers/original/uapi/drm/ |
D | msm_drm.h | 177 struct drm_msm_gem_submit { struct 178 uint32_t pipe; /* in, MSM_PIPE_x */ 179 uint32_t fence; /* out */ 180 uint32_t nr_bos; /* in, number of submit_bo's */ 181 uint32_t nr_cmds; /* in, number of submit_cmd's */ 182 uint64_t __user bos; /* in, ptr to array of submit_bo's */ 183 uint64_t __user cmds; /* in, ptr to array of submit_cmd's */
|
/external/libdrm/freedreno/msm/ |
D | msm_drm.h | 184 struct drm_msm_gem_submit { struct 185 uint32_t pipe; /* in, MSM_PIPE_x */ 186 uint32_t fence; /* out */ 187 uint32_t nr_bos; /* in, number of submit_bo's */ 188 uint32_t nr_cmds; /* in, number of submit_cmd's */ 189 uint64_t __user bos; /* in, ptr to array of submit_bo's */ 190 uint64_t __user cmds; /* in, ptr to array of submit_cmd's */
|