mbox series

[0/3] drm/bridge: ps8640: Make sure all needed is powered to get the EDID

Message ID 20200615205320.790334-1-enric.balletbo@collabora.com (mailing list archive)
Headers show
Series drm/bridge: ps8640: Make sure all needed is powered to get the EDID | expand

Message

Enric Balletbo i Serra June 15, 2020, 8:53 p.m. UTC
The first patch is not really related and can be picked alone. The
second and the third are to rework the power handling to get the EDID.
Basically, we need to make sure all the needed is powered to be able
to get the EDID. Before, we saw that getting the EDID failed as
explained in the third patch.

Note that this series depends on:

  https://lore.kernel.org/patchwork/project/lkml/list/?series=448525

to apply cleanly.


Enric Balletbo i Serra (3):
  drm/bridge: ps8640: Return an error for incorrect attach flags
  drm/bridge: ps8640: Print an error if VDO control fails
  drm/bridge: ps8640: Rework power state handling

 drivers/gpu/drm/bridge/parade-ps8640.c | 94 ++++++++++++++++++++++----
 1 file changed, 82 insertions(+), 12 deletions(-)