Home
last modified time | relevance | path

Searched defs:msm_gem_submit (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_gem.h96 struct msm_gem_submit { struct
97 struct drm_device *dev;
98 struct msm_gpu *gpu;
99 struct list_head node; /* node in gpu submit_list */
100 struct list_head bo_list;
101 struct ww_acquire_ctx ticket;
102 uint32_t fence;
103 bool valid;
104 unsigned int nr_cmds;
105 unsigned int nr_bos;
[all …]