From: Neil Armstrong <neil.armstrong@linaro.org>
To: Paul Sajna <sajattack@postmarketos.org>,
Jessica Zhang <quic_jesszhan@quicinc.com>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Thierry Reding <thierry.reding@gmail.com>,
Sam Ravnborg <sam@ravnborg.org>
Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
devicetree@vger.kernel.org, David Heidelberg <david@ixit.cz>,
phone-devel@vger.kernel.org,
Amir Dahan <system64fumo@protonmail.com>
Subject: Re: [PATCH v2 0/3] Add LG SW49410 Panel Driver
Date: Fri, 19 Sep 2025 16:45:16 +0200 [thread overview]
Message-ID: <272d8cd6-e151-4bab-b8fb-438182a575be@linaro.org> (raw)
In-Reply-To: <20250915-judyln-panel-v2-0-01ab2199fea5@postmarketos.org>
On 16/09/2025 04:32, Paul Sajna wrote:
> This patch series adds a drm panel driver for the LG SW49410 panel found
> in the LG G7 ThinQ (codename judyln).
>
> The basic driver skeleton was generated by https://github.com/msm8916-mainline/linux-mdss-dsi-panel-driver-generator
> from the vendor device-tree.
>
> The panel driver works but during testing we noticed sometimes the
> display goes blank. Source of this problem is unknown but seems to be external.
> i.e. It could be a conflict with another driver or an issue with
> aftermarket panels.
>
> Comments were added explaining magic numbers, and devicetree
> documentation was also added
>
> Once this patch has been accepted, I'll follow up with
> a devicetree update for sdm845-lg-judyln
> that includes this driver, along with several other improvements
>
> Co-authored-by: Amir Dahan <system64fumo@protonmail.com>
> Signed-off-by: Amir Dahan <system64fumo@protonmail.com>
> Signed-off-by: Paul Sajna <sajattack@postmarketos.org>
> ---
> Changes in v2:
> - use "multi" versions of functions
> - remove DRM_DISPLAY_DP_HELPER
> - change dt-bindings to panel-simple
> - Link to v1: https://lore.kernel.org/r/20250910-judyln-panel-v1-0-825c74403bbb@postmarketos.org
>
> ---
> Amir Dahan (1):
> drm: panel: Add LG SW49410 Panel
>
> Paul Sajna (2):
> Update MAINTAINERS for lg,sw49410
This patch hasn't been reviewed, and anyway the subject is wrong, it should start with MAINTAINERS:
please fix ans send a v3.
Thanks,
Neil
> dt-bindings: display: panel: panel-simple: Add lg,sw49410 compatible
>
> .../bindings/display/panel/panel-simple.yaml | 2 +
> MAINTAINERS | 5 +
> drivers/gpu/drm/panel/Kconfig | 13 +
> drivers/gpu/drm/panel/Makefile | 1 +
> drivers/gpu/drm/panel/panel-lg-sw49410.c | 502 +++++++++++++++++++++
> 5 files changed, 523 insertions(+)
> ---
> base-commit: e04c78d86a9699d136910cfc0bdcf01087e3267e
> change-id: 20250910-judyln-panel-948f177c5c5c
>
> Best regards,
next prev parent reply other threads:[~2025-09-19 14:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-16 2:32 [PATCH v2 0/3] Add LG SW49410 Panel Driver Paul Sajna
2025-09-16 2:32 ` [PATCH v2 1/3] Update MAINTAINERS for lg,sw49410 Paul Sajna
2025-09-16 2:32 ` [PATCH v2 2/3] drm: panel: Add LG SW49410 Panel Paul Sajna
2025-09-16 10:51 ` Dmitry Baryshkov
2025-09-16 2:32 ` [PATCH v2 3/3] dt-bindings: display: panel: panel-simple: Add lg,sw49410 compatible Paul Sajna
2025-09-16 19:11 ` Conor Dooley
2025-09-19 14:45 ` Neil Armstrong [this message]
2025-09-19 22:22 ` [PATCH v2 0/3] Add LG SW49410 Panel Driver Paul Sajna
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=272d8cd6-e151-4bab-b8fb-438182a575be@linaro.org \
--to=neil.armstrong@linaro.org \
--cc=airlied@gmail.com \
--cc=conor+dt@kernel.org \
--cc=david@ixit.cz \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=phone-devel@vger.kernel.org \
--cc=quic_jesszhan@quicinc.com \
--cc=robh@kernel.org \
--cc=sajattack@postmarketos.org \
--cc=sam@ravnborg.org \
--cc=simona@ffwll.ch \
--cc=system64fumo@protonmail.com \
--cc=thierry.reding@gmail.com \
--cc=tzimmermann@suse.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).