Searched defs:drm_msm_gem_submit (Results 1 – 1 of 1) sorted by relevance
165 struct drm_msm_gem_submit { struct166 uint32_t pipe; /* in, MSM_PIPE_x */167 uint32_t fence; /* out */168 uint32_t nr_bos; /* in, number of submit_bo's */169 uint32_t nr_cmds; /* in, number of submit_cmd's */170 uint64_t __user bos; /* in, ptr to array of submit_bo's */171 uint64_t __user cmds; /* in, ptr to array of submit_cmd's */