linux/drivers/gpu/drm/panfrost
Robin Murphy f4a3c6a44b drm/panfrost: Disable PM on probe failure
Make sure to disable runtime PM again if probe fails after we've enabled
it. Otherwise, any subsequent attempt to re-probe starts triggering
"Unbalanced pm_runtime_enable!" assertions from the driver core.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/2487391e7646cabbc52e9b4c20182e39d3f61859.1556195258.git.robin.murphy@arm.com
2019-05-03 15:36:02 -05:00
..
Kconfig drm/panfrost: depend on !GENERIC_ATOMIC64 when using COMPILE_TEST 2019-04-18 09:27:13 -05:00
Makefile
panfrost_devfreq.c drm/panfrost: Add missing include 2019-04-18 09:26:14 -05:00
panfrost_devfreq.h
panfrost_device.c drm/panfrost: Prevent concurrent resets 2019-04-18 09:27:34 -05:00
panfrost_device.h drm/panfrost: Prevent concurrent resets 2019-04-18 09:27:34 -05:00
panfrost_drv.c drm/panfrost: Disable PM on probe failure 2019-05-03 15:36:02 -05:00
panfrost_features.h
panfrost_gem.c drm/panfrost: Make panfrost_gem_free_object() static 2019-04-18 09:25:45 -05:00
panfrost_gem.h
panfrost_gpu.c drm/panfrost: Set DMA masks earlier 2019-05-03 15:35:54 -05:00
panfrost_gpu.h
panfrost_issues.h
panfrost_job.c drm/panfrost: Prevent concurrent resets 2019-04-18 09:27:34 -05:00
panfrost_job.h
panfrost_mmu.c
panfrost_mmu.h
panfrost_regs.h
TODO