Lines Matching refs:objects
39 struct list_head *objects) in quirk_add() argument
44 list_add(&obj->st_link, objects); in quirk_add()
47 static int populate_ggtt(struct i915_ggtt *ggtt, struct list_head *objects) in populate_ggtt() argument
70 quirk_add(obj, objects); in populate_ggtt()
110 LIST_HEAD(objects); in igt_evict_something()
115 err = populate_ggtt(ggtt, &objects); in igt_evict_something()
148 cleanup_objects(ggtt, &objects); in igt_evict_something()
158 LIST_HEAD(objects); in igt_overcommit()
165 err = populate_ggtt(ggtt, &objects); in igt_overcommit()
175 quirk_add(obj, &objects); in igt_overcommit()
185 cleanup_objects(ggtt, &objects); in igt_overcommit()
197 LIST_HEAD(objects); in igt_evict_for_vma()
202 err = populate_ggtt(ggtt, &objects); in igt_evict_for_vma()
229 cleanup_objects(ggtt, &objects); in igt_evict_for_vma()
252 LIST_HEAD(objects); in igt_evict_for_cache_color()
270 quirk_add(obj, &objects); in igt_evict_for_cache_color()
286 quirk_add(obj, &objects); in igt_evict_for_cache_color()
326 cleanup_objects(ggtt, &objects); in igt_evict_for_cache_color()
336 LIST_HEAD(objects); in igt_evict_vm()
341 err = populate_ggtt(ggtt, &objects); in igt_evict_vm()
370 cleanup_objects(ggtt, &objects); in igt_evict_vm()