]> git.baikalelectronics.ru Git - kernel.git/commit
drm/panfrost: Split mmu_hw_do_operation into locked and unlocked version
authorRob Herring <robh@kernel.org>
Mon, 26 Aug 2019 22:33:14 +0000 (17:33 -0500)
committerRob Herring <robh@kernel.org>
Fri, 30 Aug 2019 14:53:20 +0000 (09:53 -0500)
commit14694deb8e082767c7cd055a30774cc2571a2843
tree66195ec12b34e252feeb628218ab1aaf5c75f99d
parent22458244e31c01f93868c7fdd32b6f5e8024b419
drm/panfrost: Split mmu_hw_do_operation into locked and unlocked version

In preparation to call mmu_hw_do_operation with the as_lock already held,
Add a mmu_hw_do_operation_locked function.

Fixes: b11e1b24f72f ("drm/panfrost: Implement per FD address spaces")
Cc: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190826223317.28509-6-robh@kernel.org
drivers/gpu/drm/panfrost/panfrost_mmu.c