From: Fabian Vogt <fabian@ritter-vogt.de>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Daniel Tang <dt.tangr@gmail.com>,
"open list:DRM PANEL DRIVERS" <dri-devel@lists.freedesktop.org>,
Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 1/3] RFT: drm/pl111: Support grayscale
Date: Thu, 25 Jul 2019 21:26:41 +0200 [thread overview]
Message-ID: <12154694.e2V3OH3Rcx@linux-e202.suse.de> (raw)
In-Reply-To: <CACRpkdYAgLJ9asftN5EafeN5EVEyH_xHVdwjbecZqvgz-JJ98A@mail.gmail.com>
Hi,
Am Mittwoch, 24. Juli 2019, 14:33:06 CEST schrieb Linus Walleij:
> On Tue, Jul 23, 2019 at 5:19 PM Fabian Vogt <fabian@ritter-vogt.de> wrote:
>
> > I gave the series a try (virtual CX and TP so far, will do on a real CX later):
> > OOPS with a nullptr deref during probe.
> > This diff which just moves some lines around fixes that and the LCD appears to
> > work properly.
>
> OK I folded this into my patch, thanks!
>
> > Once I verified the 24bit depth and clock speed config on HW as well, I can
> > give you my Tested-by, or would you prefer that I resubmit your series with the
> > fix below?
>
> It's fine if you test it just with your patch as-is, I didn't change anything
> else.
>
> I would be amazed if it "just works" now.
Indeed, you won't be. On a real CX the LCD displays shows content without
any other changes to the set, but has a ~3Hz pulsating effect scrolling from
the top to the bottom and the gray text changes color slightly.
Without the patchset applied everything looks perfectly.
I tried setting vrefresh to 20, fb_bpp to 16 and forcing an inverted panel
clock, but the pulsing didn't change.
Using the emulated CX I compared the contents of the registers and found
that only the IPC bit (which I tried to set, so that's likely not it) and
the interrupt registers have a different content.
Any idea?
Thanks,
Fabian
> Yours,
> Linus Walleij
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Fabian Vogt <fabian@ritter-vogt.de>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Daniel Tang <dt.tangr@gmail.com>,
"open list:DRM PANEL DRIVERS" <dri-devel@lists.freedesktop.org>,
Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 1/3] RFT: drm/pl111: Support grayscale
Date: Thu, 25 Jul 2019 21:26:41 +0200 [thread overview]
Message-ID: <12154694.e2V3OH3Rcx@linux-e202.suse.de> (raw)
In-Reply-To: <CACRpkdYAgLJ9asftN5EafeN5EVEyH_xHVdwjbecZqvgz-JJ98A@mail.gmail.com>
Hi,
Am Mittwoch, 24. Juli 2019, 14:33:06 CEST schrieb Linus Walleij:
> On Tue, Jul 23, 2019 at 5:19 PM Fabian Vogt <fabian@ritter-vogt.de> wrote:
>
> > I gave the series a try (virtual CX and TP so far, will do on a real CX later):
> > OOPS with a nullptr deref during probe.
> > This diff which just moves some lines around fixes that and the LCD appears to
> > work properly.
>
> OK I folded this into my patch, thanks!
>
> > Once I verified the 24bit depth and clock speed config on HW as well, I can
> > give you my Tested-by, or would you prefer that I resubmit your series with the
> > fix below?
>
> It's fine if you test it just with your patch as-is, I didn't change anything
> else.
>
> I would be amazed if it "just works" now.
Indeed, you won't be. On a real CX the LCD displays shows content without
any other changes to the set, but has a ~3Hz pulsating effect scrolling from
the top to the bottom and the gray text changes color slightly.
Without the patchset applied everything looks perfectly.
I tried setting vrefresh to 20, fb_bpp to 16 and forcing an inverted panel
clock, but the pulsing didn't change.
Using the emulated CX I compared the contents of the registers and found
that only the IPC bit (which I tried to set, so that's likely not it) and
the interrupt registers have a different content.
Any idea?
Thanks,
Fabian
> Yours,
> Linus Walleij
next prev parent reply other threads:[~2019-07-25 19:26 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-23 13:37 [PATCH 0/3] RFT: PL111 DRM conversion of nspire Linus Walleij
2019-07-23 13:37 ` Linus Walleij
2019-07-23 13:37 ` [PATCH 1/3] RFT: drm/pl111: Support grayscale Linus Walleij
2019-07-23 13:37 ` Linus Walleij
2019-07-23 15:19 ` Fabian Vogt
2019-07-23 15:19 ` Fabian Vogt
2019-07-24 12:33 ` Linus Walleij
2019-07-24 12:33 ` Linus Walleij
2019-07-25 19:26 ` Fabian Vogt [this message]
2019-07-25 19:26 ` Fabian Vogt
2019-08-03 9:51 ` Linus Walleij
2019-08-03 9:51 ` Linus Walleij
2019-08-04 20:13 ` Fabian Vogt
2019-08-04 20:13 ` Fabian Vogt
2019-07-23 16:22 ` [1/3] " David Lechner
2019-07-23 16:22 ` David Lechner
2019-07-23 17:25 ` [PATCH 1/3] " Adam Jackson
2019-07-23 17:25 ` Adam Jackson
2019-07-23 21:06 ` Daniel Vetter
2019-07-23 21:06 ` Daniel Vetter
2019-07-24 12:52 ` Linus Walleij
2019-07-24 12:52 ` Linus Walleij
2019-07-24 14:06 ` Daniel Vetter
2019-07-24 14:06 ` Daniel Vetter
2019-07-23 13:37 ` [PATCH 2/3] RTF: drm/panel: simple: Add TI nspire panels Linus Walleij
2019-07-23 13:37 ` Linus Walleij
2019-07-23 17:54 ` Sam Ravnborg
2019-07-23 17:54 ` Sam Ravnborg
2019-07-24 13:58 ` Linus Walleij
2019-07-24 13:58 ` Linus Walleij
2019-07-24 18:53 ` Sam Ravnborg
2019-07-24 18:53 ` Sam Ravnborg
2019-07-23 13:37 ` [PATCH 3/3] RFT: ARM: nspire: Move CLCD set-up to device tree Linus Walleij
2019-07-23 13:37 ` Linus Walleij
2019-07-23 18:10 ` [PATCH 0/3] RFT: PL111 DRM conversion of nspire Sam Ravnborg
2019-07-23 18:10 ` Sam Ravnborg
2019-07-24 12:28 ` Linus Walleij
2019-07-24 12:28 ` Linus Walleij
2019-07-24 12:47 ` Pawel Moll
2019-07-24 12:47 ` Pawel Moll
2019-07-24 12:53 ` Linus Walleij
2019-07-24 12:53 ` Linus Walleij
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=12154694.e2V3OH3Rcx@linux-e202.suse.de \
--to=fabian@ritter-vogt.de \
--cc=dri-devel@lists.freedesktop.org \
--cc=dt.tangr@gmail.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.