]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i915: use the VMA iterator
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 14 Apr 2022 06:07:23 +0000 (23:07 -0700)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 26 Apr 2022 14:36:41 +0000 (10:36 -0400)
commit528bd63565d1e3c95a0678986642769fbd10965e
treecca68d34b4ef0487f8e51935ca4de1b224e94a16
parentd17dc64dd264abc48c48b6a169369d52e0020538
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