mbox series

[0/3] drm/msm: few small cleanups

Message ID 20190630131445.25712-1-robdclark@gmail.com (mailing list archive)
Headers show
Series drm/msm: few small cleanups | expand

Message

Rob Clark June 30, 2019, 1:14 p.m. UTC
From: Rob Clark <robdclark@chromium.org>

2 and 3 are some early prep-work to deal with bootloader enabled
displays, where we want to avoid runpm get/put cycles until we know
that we won't -EPROBE_DEFER.  (Otherwise, it will kill the display,
and it's not terribly nice to kill efifb and leave the user with no
good way to debug what dependency they are missing.)

Rob Clark (3):
  drm/msm: don't open-code governor name
  drm/msm/dpu: remove dpu_mdss:hwversion
  drm/msm/dsi: make sure we have panel or bridge earlier

 drivers/gpu/drm/msm/disp/dpu1/dpu_mdss.c |  5 ----
 drivers/gpu/drm/msm/dsi/dsi.h            |  2 +-
 drivers/gpu/drm/msm/dsi/dsi_host.c       | 30 ++++++++++++------------
 drivers/gpu/drm/msm/dsi/dsi_manager.c    |  9 +++----
 drivers/gpu/drm/msm/msm_gpu.c            |  2 +-
 5 files changed, 20 insertions(+), 28 deletions(-)