Searched defs:drm_msm_gem_submit (Results 1 – 1 of 1) sorted by relevance
177 struct drm_msm_gem_submit { struct178 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 */