]> 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)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 1 Nov 2021 14:43:50 +0000 (10:43 -0400)
commit770b4583565d71bc743764115977eb3a47580236
tree257053c680c911b7ba6d5a7530a10694844524b6
parent2f397738b5e2b266a98040efd2239b14647f5321
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