On Sun, Sep 22, 2024 at 4:47 PM Dmitry Baryshkov
wrote:
> > if (ret)
> > return ret;
> > +
> > ret = nt35510_send_long(nt, dsi, NT35510_P1_SETVCL,
> > NT35510_P1_VCL_LEN,
> > nt->conf->vcl);
> > if (ret)
>
On Sun, Sep 08, 2024 at 11:50:30PM GMT, Linus Walleij wrote:
> The commit introducing the Frida display started to write the
> SETVCMOFF registers unconditionally, and some (not all!) Hydis
> display seem to be affected by ghosting after the commit.
>
> Make SETVCMOFF optional and only send these
Hi again!
On 2024-09-08 23:50, Linus Walleij wrote:
The commit introducing the Frida display started to write the
SETVCMOFF registers unconditionally, and some (not all!) Hydis
display seem to be affected by ghosting after the commit.
Make SETVCMOFF optional and only send these commands on the
The commit introducing the Frida display started to write the
SETVCMOFF registers unconditionally, and some (not all!) Hydis
display seem to be affected by ghosting after the commit.
Make SETVCMOFF optional and only send these commands on the
Frida display for now.
Reported-by: Stefan Hansson
Fi