mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3] drm/msm: Handle component bind failures a bit better
@ 2019-05-07 19:18 Jordan Crouse
  2019-05-07 19:18 ` [PATCH 1/3] drm/msm/dpu: Fix error recovery after failing to enable clocks Jordan Crouse
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jordan Crouse @ 2019-05-07 19:18 UTC (permalink / raw)
  To: freedreno
  Cc: linux-arm-msm, Sean Paul, Chandan Uddaraju, Sharat Masetty,
	dri-devel, David Airlie, Daniel Mack, Gustavo A. R. Silva,
	Douglas Anderson, Rob Clark, Stephen Boyd, Jeykumar Sankaran,
	Andy Gross, Rajesh Yadav, Sravanthi Kollukuduru, Bruce Wang,
	Kees Cook, linux-kernel, Jonathan Marek, Mamta Shukla,
	Daniel Vetter

I somewhat accidently injected an error in the DPU KMS init that caused it to
fail and a handful of NULL deferences and errors ended up popping out. Here are
some fixes in the interest of robustness.

Jordan Crouse (3):
  drm/msm/dpu: Fix error recovery after failing to enable clocks
  drm/msm/dpu: Avoid a null de-ref while recovering from kms init fail
  drm/msm/adreno: Call pm_runtime_force_suspend() during unbind

 drivers/gpu/drm/msm/adreno/a6xx_gmu.c       | 4 +---
 drivers/gpu/drm/msm/adreno/adreno_device.c  | 2 +-
 drivers/gpu/drm/msm/disp/dpu1/dpu_io_util.c | 6 +++---
 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c     | 9 ++++++---
 4 files changed, 11 insertions(+), 10 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-05-09 15:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-07 19:18 [PATCH 0/3] drm/msm: Handle component bind failures a bit better Jordan Crouse
2019-05-07 19:18 ` [PATCH 1/3] drm/msm/dpu: Fix error recovery after failing to enable clocks Jordan Crouse
2019-05-07 19:18 ` [PATCH 2/3] drm/msm/dpu: Avoid a null de-ref while recovering from kms init fail Jordan Crouse
2019-05-09 15:44   ` [Freedreno] " Kristian Høgsberg
2019-05-07 19:18 ` [PATCH 3/3] drm/msm/adreno: Call pm_runtime_force_suspend() during unbind Jordan Crouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome