Lines Matching refs:objects
38 struct list_head *objects) in quirk_add() argument
43 list_add(&obj->st_link, objects); in quirk_add()
46 static int populate_ggtt(struct i915_ggtt *ggtt, struct list_head *objects) in populate_ggtt() argument
69 quirk_add(obj, objects); in populate_ggtt()
109 LIST_HEAD(objects); in igt_evict_something()
114 err = populate_ggtt(ggtt, &objects); in igt_evict_something()
147 cleanup_objects(ggtt, &objects); in igt_evict_something()
157 LIST_HEAD(objects); in igt_overcommit()
164 err = populate_ggtt(ggtt, &objects); in igt_overcommit()
174 quirk_add(obj, &objects); in igt_overcommit()
184 cleanup_objects(ggtt, &objects); in igt_overcommit()
196 LIST_HEAD(objects); in igt_evict_for_vma()
201 err = populate_ggtt(ggtt, &objects); in igt_evict_for_vma()
228 cleanup_objects(ggtt, &objects); in igt_evict_for_vma()
251 LIST_HEAD(objects); in igt_evict_for_cache_color()
269 quirk_add(obj, &objects); in igt_evict_for_cache_color()
285 quirk_add(obj, &objects); in igt_evict_for_cache_color()
325 cleanup_objects(ggtt, &objects); in igt_evict_for_cache_color()
334 LIST_HEAD(objects); in igt_evict_vm()
339 err = populate_ggtt(ggtt, &objects); in igt_evict_vm()
365 cleanup_objects(ggtt, &objects); in igt_evict_vm()