]> 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>
Fri, 26 Nov 2021 19:50:36 +0000 (14:50 -0500)
commitf2414153f10b2a4fee00d22c2e4afa307fe68617
tree29ae549bf2f5b824a992b6a6abb1edefdaf240ce
parent8f109399bc66cb7fb9b8b39886fca21425bb7455
i915: Use the VMA iterator

Replace the O(n.log(n)) loop with an O(n) loop.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
drivers/gpu/drm/i915/gem/i915_gem_userptr.c