Re: [PATCH v2 1/3] drm: panel: simple: Allow timing constraints, not fixed delays

From: Doug Anderson
Date: Thu Nov 05 2020 - 16:54:47 EST


Hi,

On Wed, Oct 28, 2020 at 3:58 PM Douglas Anderson <dianders@xxxxxxxxxxxx> wrote:
> @@ -249,18 +327,19 @@ static int panel_simple_unprepare(struct drm_panel *panel)
> {
> struct panel_simple *p = to_panel_simple(panel);
>
> - if (!p->prepared)
> + if (p->prepared_time != 0)

Though I swear I tested this, clearly I didn't test well enough. I
was poking with this patch series some more and realized that I got
the above (and the one in _prepare) totally and utterly backwards.
I'll send out a v3 now...

-Doug