Re: [Intel-gfx] [PATCH 6/9] drm/i915: Make sure eDP power is onbefore using aux channel

From: Jesse Barnes
Date: Tue Sep 20 2011 - 23:50:22 EST


On Mon, 19 Sep 2011 15:22:00 -0700
Keith Packard <keithp@xxxxxxxxxx> wrote:

> The eDP panel may not be able to respond to aux channel communications
> unless it has power supplied. During mode setting, power may be
> cut-off during panel power sequencing. Make sure that any aux channel
> communications will work by forcing vdd power active as needed.
>
> This also delays after turning power on and off to ensure that the
> panel is keeping up.
>
> Signed-off-by: Keith Packard <keithp@xxxxxxxxxx>

This one mixes up lots of cleanups plus the EDID read with the power
changes. I'm worried about the VDD smashing as well; we have lots of
bugs in the PPS hardware around VDD vs full PPS. We need to make sure
appropriate delays are in place when transitioning from one to another.

In what paths are we trying to do accesses without power applied?
Looks like mainly edid?

I see the next patch handles the timing stuff, I assume it's ok.

Jesse
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/