From: sashiko-bot@kernel.org
To: "Marc-Olivier Champagne" <marc-olivier.champagne@savoirfairelinux.com>
Cc: robh@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org,
dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 4/5] dt-bindings: display: panel: add compatible for DCLTek 300250 9.35in panel
Date: Wed, 08 Jul 2026 21:54:53 +0000 [thread overview]
Message-ID: <20260708215454.2879A1F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260708213500.1867092-5-marc-olivier.champagne@savoirfairelinux.com>
Thank you for your contribution! Sashiko AI review found 2 potential issue(s) to consider:
- [Medium] The newly added compatible string `dcltek,dt300250` will not be probed by the panel driver due to missing `of_match_table` entry.
- [Low] Redundant assignment of `jadard->panel.prepare_prev_first = true;`.
--
--- Patch [4]: [PATCH 4/5] dt-bindings: display: panel: add compatible for DCLTek 300250 9.35in panel ---
commit eaec789ca9baff9cff690aca5a539d1f1eb81d5f
Author: Marc-Olivier Champagne <marc-olivier.champagne@savoirfairelinux.com>
dt-bindings: display: panel: add compatible for DCLTek 300250 9.35in panel
The DCLTek dt300250 is a panel using the jadard-jd9365da controller.
Add a new compatible for it.
> diff --git a/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml b/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml
> index 4eae802de9fd5..9e20e2faf82fa 100644
> --- a/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml
> +++ b/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml
> @@ -19,6 +19,7 @@ properties:
> - anbernic,rg-ds-display-bottom
> - anbernic,rg-ds-display-top
> - chongzhou,cz101b4001
> + - dcltek,dt300250
[Severity: Medium]
Will the panel driver successfully bind to this new compatible string?
Looking at jadard_of_match in drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c,
it seems neither this new compatible string nor a generic fallback is present
in the match table:
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c:jadard_of_match[] = {
{
.compatible = "anbernic,rg-ds-display-bottom",
...
Without a matching entry in the of_match_table, does this regression cause
the device to fail to probe?
[Severity: Low]
Looking at the driver changes introduced earlier in this series by commit
1a793dbc7476, is there a redundant assignment to prepare_prev_first?
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c:jadard_dsi_probe() {
...
jadard->panel.prepare_prev_first = true;
...
jadard->panel.prepare_prev_first = true;
...
}
Could this regression be a duplicated assignment in the same function?
> - kingdisplay,kd101ne3-40ti
> - melfas,lmfbx101117480
> - radxa,display-10hd-ad001
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260708213500.1867092-1-marc-olivier.champagne@savoirfairelinux.com?part=4
next prev parent reply other threads:[~2026-07-08 21:54 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-08 21:34 [PATCH 0/5] drm/panel: jd9365da: add support for DCLTek DT300250 Marc-Olivier Champagne
2026-07-08 21:34 ` [PATCH 1/5] drm: panel: jd9365da: Enable LPM mode Marc-Olivier Champagne
2026-07-08 21:34 ` [PATCH 2/5] drm: panel: jd9365da: Add prepare_prev_first flag to drm_panel Marc-Olivier Champagne
2026-07-08 21:53 ` sashiko-bot
2026-07-08 21:34 ` [PATCH 3/5] dt-bindings: vendor-prefixes: Add DCLTEK Marc-Olivier Champagne
2026-07-08 21:34 ` [PATCH 4/5] dt-bindings: display: panel: add compatible for DCLTek 300250 9.35in panel Marc-Olivier Champagne
2026-07-08 21:54 ` sashiko-bot [this message]
2026-07-08 21:35 ` [PATCH 5/5] drm: panel: jd9365da: Add DCLTek 300250 9.35in display Marc-Olivier Champagne
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=20260708215454.2879A1F000E9@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=marc-olivier.champagne@savoirfairelinux.com \
--cc=robh@kernel.org \
--cc=sashiko-reviews@lists.linux.dev \
/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