linux/drivers/gpu/drm/msm/disp
Jordan Crouse 36415615ad drm/msm/dpu: Fix error recovery after failing to enable clocks
If enabling clocks fails in msm_dss_enable_clk() the code to unwind the
settings starts at 'i' which is the clock that just failed. While this
isn't harmful it does result in a number of warnings from the clock
subsystem while trying to unpreare/disable the very clock that had
just failed to prepare/enable. Skip the current failed clock during
the unwind to to avoid the extra log spew.

Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>
2019-06-18 13:52:10 -07:00
..
dpu1 drm/msm/dpu: Fix error recovery after failing to enable clocks 2019-06-18 13:52:10 -07:00
mdp4 drm: Split out drm_probe_helper.h 2019-01-24 13:20:42 +01:00
mdp5 drm/msm: Use drm_mode_vrefresh instead of mode->vrefresh 2019-04-18 10:04:09 -07:00
mdp_common.xml.h drm/msm: update generated headers 2018-08-10 18:49:18 -04:00
mdp_format.c
mdp_kms.c
mdp_kms.h