drm/i915: use the new iterator in i915_gem_busy_ioctl v2
authorChristian König <christian.koenig@amd.com>
Tue, 15 Jun 2021 13:36:44 +0000 (15:36 +0200)
committerChristian König <christian.koenig@amd.com>
Wed, 17 Nov 2021 13:23:09 +0000 (14:23 +0100)
commit912ff2ebd695c582ca4cebf833ad73a378a99f23
tree003933b65acbe805c810f7eec167b841e350cd32
parenta193f3b4e050e35c506a34d0870c838d8e0b0449
drm/i915: use the new iterator in i915_gem_busy_ioctl v2

This makes the function much simpler since the complex
retry logic is now handled else where.

Signed-off-by: Christian König <christian.koenig@amd.com>
Acked-by: Daniel Vetter <daniel@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20211116102431.198905-2-christian.koenig@amd.com
drivers/gpu/drm/i915/gem/i915_gem_busy.c