]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i915: use the VMA iterator
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 20 Jul 2022 02:18:03 +0000 (02:18 +0000)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 6 Sep 2022 19:44:26 +0000 (15:44 -0400)
commite1d14b796eb65db8f37bf0d2379136f9d3237bc9
tree45b1224513e313fd938182c6dbdb71774e117606
parentf83bdde6b1c2ca9f03c34b9bd3e07f96579befa1
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