]> 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>
Tue, 8 Mar 2022 18:19:13 +0000 (13:19 -0500)
commit92abfad64c6d53e16e3f298dceb1ac102dabe94e
treecda7e1218470e455c1365ca8a84c22d687878167
parent6e217c058cda5710eb9e216c0d1c762eda9c0aae
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