Searched refs:lut_list (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_object.c113 INIT_LIST_HEAD(&obj->lut_list);
247 list_for_each_entry_safe(lut, ln, &obj->lut_list, obj_link) {
256 if (&ln->obj_link != &obj->lut_list) {
388 GEM_BUG_ON(!list_empty(&obj->lut_list));
H A Di915_gem_object_types.h283 * @lut_list: List of vma lookup entries in use for this object.
286 * the fast lookup index in associated contexts; @lut_list provides
289 struct list_head lut_list; member in struct:drm_i915_gem_object
290 spinlock_t lut_lock; /* guards lut_list */
H A Di915_gem_context.c119 list_for_each_entry(lut, &obj->lut_list, obj_link) {
131 if (&lut->obj_link != &obj->lut_list) {
H A Di915_gem_execbuffer.c868 list_add(&lut->obj_link, &obj->lut_list);

Completed in 164 milliseconds