linux/drivers/gpu/drm/msm
Sean Paul 83dda22886 drm/msm/dsi_pll_10nm: Release clk hw on destroy and failure
The 10nm pll driver didn't have any failure-path cleanup in register,
and the destroy function didn't unregister any of the hardware. This
patch adds both.

The reason things haven't been blowing up horribly is that msm_drv has a
reference count issue that keeps devices alive, so the destroy function
was never called. That will be fixed in a follow-up patch.

Reviewed-by: Rob Clark <robdclark@chromium.org>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190617201301.133275-1-sean@poorly.run
2019-06-20 14:42:01 -04:00
..
adreno drm/msm/adreno: Add A540 support 2019-06-18 14:04:23 -07:00
disp drm/msm/dpu: Avoid calling _dpu_kms_mmu_destroy() on init failure 2019-06-20 14:41:56 -04:00
dsi drm/msm/dsi_pll_10nm: Release clk hw on destroy and failure 2019-06-20 14:42:01 -04:00
edp drm-misc-next for 5.1: 2019-01-18 09:31:28 +10:00
hdmi drm-misc-next for 5.1: 2019-01-18 09:31:28 +10:00
Kconfig drm/msm/a6xx: Don't enable GPU state code if dependencies are missing 2019-04-21 07:52:36 -07:00
Makefile drm: prefix header search paths with $(srctree)/ 2019-04-26 17:03:23 +02:00
msm_atomic.c drm/msm: remove resv fields from msm_gem_object struct 2019-05-14 10:19:30 -04:00
msm_debugfs.c drm/msm/a6xx: Don't enable GPU state code if dependencies are missing 2019-04-21 07:52:36 -07:00
msm_debugfs.h
msm_drv.c drm/msm: Pass the MMU domain index in struct msm_file_private 2019-06-18 13:46:43 -07:00
msm_drv.h drm/msm: Pass the MMU domain index in struct msm_file_private 2019-06-18 13:46:43 -07:00
msm_fb.c drm: Split out drm_probe_helper.h 2019-01-24 13:20:42 +01:00
msm_fbdev.c drm/msm: Use drm_fb_helper_fill_info 2019-03-27 10:02:53 +01:00
msm_fence.c
msm_fence.h
msm_gem_prime.c drm: msm: Switch to use drm_gem_object reservation_object 2019-02-19 11:08:40 +01:00
msm_gem_shrinker.c
msm_gem_submit.c drm/msm: Pass the MMU domain index in struct msm_file_private 2019-06-18 13:46:43 -07:00
msm_gem_vma.c drm/msm: Fix NULL pointer dereference 2019-04-18 10:04:09 -07:00
msm_gem.c drm/msm: correct attempted NULL pointer dereference in put_iova 2019-06-18 14:03:16 -07:00
msm_gem.h drm/msm: Pass the MMU domain index in struct msm_file_private 2019-06-18 13:46:43 -07:00
msm_gpu_trace.h
msm_gpu_tracepoints.c
msm_gpu.c drm/msm: Pass the MMU domain index in struct msm_file_private 2019-06-18 13:46:43 -07:00
msm_gpu.h drm/msm: add param to retrieve # of GPU faults (global) 2019-04-19 11:50:00 -07:00
msm_gpummu.c drm/msm: implement a2xx mmu 2018-12-11 13:07:10 -05:00
msm_iommu.c drm/msm: Print all 64 bits of the faulting IOMMU address 2019-06-18 13:46:35 -07:00
msm_kms.h
msm_mmu.h drm/msm: implement a2xx mmu 2018-12-11 13:07:10 -05:00
msm_perf.c msm: no need to check return value of debugfs_create functions 2019-06-18 13:45:14 -07:00
msm_rd.c msm: no need to check return value of debugfs_create functions 2019-06-18 13:45:14 -07:00
msm_ringbuffer.c drm/msm/gpu: Map the ringbuffer in the iova at create time 2018-12-11 13:07:03 -05:00
msm_ringbuffer.h
msm_submitqueue.c drm/msm/gpu: Add submit queue queries 2019-04-19 11:50:06 -07:00
NOTES