drm/msm: use new iterator in msm_gem_describe
authorChristian König <christian.koenig@amd.com>
Wed, 16 Jun 2021 07:19:37 +0000 (09:19 +0200)
committerChristian König <christian.koenig@amd.com>
Wed, 20 Oct 2021 12:07:20 +0000 (14:07 +0200)
commit8315e2975e8e15725e18bea0d81e3233b48aed6d
treec0ae1a0bfecc9de40f62ad4818968404aae822a7
parenta0a8e75948117f37a1f849c44d026d0775ca59a7
drm/msm: use new iterator in msm_gem_describe

Simplifying the code a bit. Also drop the RCU read side lock since the
object is locked anyway.

Untested since I can't get the driver to compile on !ARM.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20211005113742.1101-15-christian.koenig@amd.com
drivers/gpu/drm/msm/msm_gem.c