Searched defs:mos_bufmgr_gem (Results 1 – 3 of 3) sorted by relevance
126 typedef struct mos_bufmgr_gem { struct127 struct mos_bufmgr bufmgr;129 atomic_t refcount;131 int fd;133 int max_relocs;135 pthread_mutex_t lock;137 struct drm_i915_gem_exec_object *exec_objects;138 struct drm_i915_gem_exec_object2 *exec2_objects;139 struct mos_linux_bo **exec_bos;140 int exec_size;[all …]
126 struct mos_bufmgr_gem { struct127 struct mos_bufmgr bufmgr;129 atomic_t refcount;131 int fd;133 int max_relocs;135 pthread_mutex_t lock;137 struct drm_i915_gem_exec_object *exec_objects;138 struct drm_i915_gem_exec_object2 *exec2_objects;139 struct mos_linux_bo **exec_bos;140 int exec_size;[all …]
114 struct mos_bufmgr_gem { struct115 struct mos_bufmgr bufmgr;117 atomic_t refcount;119 int fd;121 int max_relocs;123 pthread_mutex_t lock;125 struct drm_i915_gem_exec_object *exec_objects;126 struct drm_i915_gem_exec_object2 *exec2_objects;127 struct mos_linux_bo **exec_bos;128 int exec_size;[all …]