From: Anand Tiwari <anand.tiwari@oss.qualcomm.com>
To: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Cc: Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, venkata.valluru@oss.qualcomm.com,
vishnu.saini@oss.qualcomm.com,
Jessica Zhang <jesszhan0024@gmail.com>
Subject: Re: [PATCH 1/2] arm64: dts: qcom: hamoa-iot-evk: Add eDP display overlay
Date: Thu, 13 Aug 2026 17:54:25 +0530 [thread overview]
Message-ID: <an23eZWmtDVbfWEG@hu-anantiwa-hyd.qualcomm.com> (raw)
In-Reply-To: <eblai4d6apohd43uvo4kbm3y6yfkso7rd643ijra2awyguve5l@j7aq2vzzwmj2>
On Mon, Aug 10, 2026 at 12:04:21PM +0300, Dmitry Baryshkov wrote:
> On Fri, Aug 07, 2026 at 03:30:13PM +0530, Anand Tiwari wrote:
> > On Thu, Aug 06, 2026 at 07:05:37PM -0500, Bjorn Andersson wrote:
> > > On Thu, Aug 06, 2026 at 10:01:20PM +0530, Anand Tiwari wrote:
> > > > Move the eDP panel configuration and related power, backlight, and pinctrl
> > > > nodes into a separate overlay. Keep the base DTB suitable for headless
> > > > variants and provide a composite DTB for headed variants.
> > >
> > > To quote:
> > > https://docs.kernel.org/process/submitting-patches.html#describe-your-changes
> > >
> > > """
> > > Describe your problem. Whether your patch is a one-line bug fix or 5000
> > > lines of a new feature, there must be an underlying problem that
> > > motivated you to do this work. Convince the reviewer that there is a
> > > problem worth fixing and that it makes sense for them to read past the
> > > first paragraph.
> > > """
> > >
> > > In fact, I'm not even able to guess what the problem you're fixing here.
> > >
> > > Regards,
> > > Bjorn
> > >
> >
> > The problem is that the base device trees currently describe the eDP
> > display hardware unconditionally. However, Hamoa and Purwa IoT EVKs
> > are also available in headless variants without an eDP panel.
> >
> > With current base DTBs, headless variants are not stable where eDP panel is not
> > physically connected with board and userspace is trying to use it.
>
> Please define "are not stable"
I did not see any crash in this case but in the absence of physical panel
logs are flooded with errors, userspace is trying to commit the frames
since connector status is always connected:
"
[ 23.499621] panel-simple-dp-aux aux-aea0000.displayport-controller: Prepare
timeout after 5 tries
[ 23.508763] panel-simple-dp-aux aux-aea0000.displayport-controller:
Couldn't power on panel to ID it; using conservative timings: -110
[ 52.143157] [drm:dpu_kms_wait_for_commit_done:525] [dpu error]wait for
commit done returned -110
[ 52.175662] [drm:dpu_encoder_frame_done_timeout:2733] [dpu error]enc40
frame done timeout
[ 55.351084] [drm:dpu_encoder_helper_report_irq_timeout [msm]] *ERROR*
irq timeout id=40, intf_mode=INTF_MODE_VIDEO intf=5 wb=-1, pp=0, intr=0
"
Another issue On Ubuntu with Gnome Desktop is:
Display's connected with other DP ports are only showing backlight since
login UI picked eDP panel connector which is not physically connected.
>
> > This series fixes the inaccurate hardware description by keeping the
> > base DTBs limited to hardware common to both variants and moving the
> > eDP-specific nodes into separate overlays. The base DTB can therefore
> > be used for headless variants, while the overlay is selected for
> > headed variants.
>
> --
> With best wishes
> Dmitry
next prev parent reply other threads:[~2026-08-13 12:24 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-06 16:31 [PATCH 0/2] arm64: dts: qcom: Add eDP display overlays for hamoa and purwa IoT EVKs Anand Tiwari
2026-08-06 16:31 ` [PATCH 1/2] arm64: dts: qcom: hamoa-iot-evk: Add eDP display overlay Anand Tiwari
2026-08-06 16:55 ` sashiko-bot
2026-08-07 0:05 ` Bjorn Andersson
2026-08-07 10:00 ` Anand Tiwari
2026-08-07 21:01 ` Bjorn Andersson
2026-08-10 8:22 ` Anand Tiwari
2026-08-10 13:11 ` Bjorn Andersson
2026-08-13 14:45 ` Anand Tiwari
2026-08-13 14:48 ` Anand Tiwari
2026-08-10 9:04 ` Dmitry Baryshkov
2026-08-13 12:24 ` Anand Tiwari [this message]
2026-08-13 14:59 ` Dmitry Baryshkov
2026-08-06 16:31 ` [PATCH 2/2] arm64: dts: qcom: purwa-iot-evk: " Anand Tiwari
2026-08-06 16:54 ` sashiko-bot
2026-08-07 0:06 ` Bjorn Andersson
2026-08-07 9:22 ` [PATCH 0/2] arm64: dts: qcom: Add eDP display overlays for hamoa and purwa IoT EVKs Dmitry Baryshkov
2026-08-07 10:36 ` Anand Tiwari
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=an23eZWmtDVbfWEG@hu-anantiwa-hyd.qualcomm.com \
--to=anand.tiwari@oss.qualcomm.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=jesszhan0024@gmail.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
--cc=venkata.valluru@oss.qualcomm.com \
--cc=vishnu.saini@oss.qualcomm.com \
/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