]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i915: Use the VMA iterator
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 30 Oct 2021 03:46:58 +0000 (23:46 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Mon, 14 Mar 2022 18:49:47 +0000 (14:49 -0400)
commitc92973081beaac304d233cfe9c26dfe1c7673021
tree4ed0902a2753de9fb5d83eb65fc4962df9684698
parentb78e93f85dbabf1b821929c622878f42d8fcb570
i915: Use the VMA iterator

Replace the linked list in probe_range() with the VMA iterator.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
drivers/gpu/drm/i915/gem/i915_gem_userptr.c