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

Doug Anderson dianders at chromium.org
Thu Nov 5 21:54:31 UTC 2020


Hi,

On Wed, Oct 28, 2020 at 3:58 PM Douglas Anderson <dianders at chromium.org> 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


More information about the dri-devel mailing list