drm/panfrost: Add missing _fini() calls in panfrost_device_fini()
authorBoris Brezillon <boris.brezillon@collabora.com>
Mon, 13 May 2019 08:17:34 +0000 (10:17 +0200)
committerRob Herring <robh@kernel.org>
Mon, 13 May 2019 14:51:13 +0000 (09:51 -0500)
commit197b23e9aeea04fce29b6753233fd07050bf6911
tree1e5138fed3549d194c355ee40808da4a723d1b4f
parentcc2e787ee7c2c00698bb84a3da4adb3a84187e67
drm/panfrost: Add missing _fini() calls in panfrost_device_fini()

panfrost_{job,mmu,gpu,reset}_fini() were missing.

Fixes: f3ba91228e8e ("drm/panfrost: Add initial panfrost driver")
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190513081734.911-1-boris.brezillon@collabora.com
drivers/gpu/drm/panfrost/panfrost_device.c