From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
To: Pengyu Luo <mitltlatltl@gmail.com>
Cc: aliceryhl@google.com, andersson@kernel.org, conor+dt@kernel.org,
devicetree@vger.kernel.org, ebiggers@google.com,
ilpo.jarvinen@linux.intel.com, joel.granados@kernel.org,
konradybcio@kernel.org, krzk+dt@kernel.org, len.brown@intel.com,
linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
lossin@kernel.org, mingo@kernel.org, ojeda@kernel.org,
robh@kernel.org, sfr@canb.auug.org.au, vanyang@smail.nju.edu.cn,
viro@zeniv.linux.org.uk
Subject: Re: [PATCH 3/4] arm64: dts: qcom: sc8280xp: Add initial support for Ntmer TW220
Date: Fri, 1 Aug 2025 14:29:22 +0200 [thread overview]
Message-ID: <0cf8f99c-a64b-43c4-a747-d5dd6fe28996@oss.qualcomm.com> (raw)
In-Reply-To: <CAH2e8h5Eov+827X3W_EZSHRoaUHgP119fXJA+WEUdmdJ6f3gkg@mail.gmail.com>
On 7/31/25 5:05 AM, Pengyu Luo wrote:
> Linux:
>> ae94000 20050001 000001f3 0000000b dddd1011
>> ae94010 00009130 31211101 3e2e1e0e 00001900
>> ae94020 00000000 05190019 064c000c 065f0528
>> ae94030 00060000 00000000 00040000 14000000
>> ae94040 06100006 00003c2c 00001000 00000008
> Windows:
>> ae94000 20050001 000001f7 00000008 00001010
>> ae94010 00009130 31211101 3e2e1e0e 00001900
>> ae94020 00000000 05320032 064c000c 065f0551
>> ae94030 000c0000 00000000 00040000 14000000
>> ae94040 00100008 00013c2c 9bb9b000 00000004
0xae94008 differs, bits 0 and 1 say that the cmd mode engine
is busy doing something (did you set MIPI_DSI_MODE_VIDEO?)
0xae94024 says:
Linux:
ACTIVE_H_END=1305
ACTIVE_H_START=25
Windows:
ACTIVE_H_END=1330
ACTIVE_H_START=50
0xae9402c:
Linux:
VTOTAL=1631
HTOTAL=1320
Windows:
VTOTAL=1631
HTOTAL=1361
0xae94030:
Linux:
HS_END=6
Windows:
HS_END=12
0xae94040:
Linux:
RGB565 (16 bpp)
bits 25/26 are "set RGB888 for DSI1 stream"
Windows:
RGB888 (24 bpp)
(suggesting your panel driver is wrong)
0xae94044:
you may want to move the
/* Always insert DCS command */
data |= DSI_CMD_CFG1_INSERT_DCS_COMMAND;
dsi_write(msm_host, REG_DSI_CMD_CFG1, data);
in dsi_host.c out of the if (!video), not sure if it's correct
but that's what Windows seems to be setting
The other differences are due to the current DCS command(s) being
processed
Hope this helps
Konrad
next prev parent reply other threads:[~2025-08-01 12:29 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-17 9:29 [PATCH 0/4] arm64: dts: qcom: Introduce Ntmer TW220 Pengyu Luo
2025-06-17 9:29 ` [PATCH 1/4] dt-bindings: vendor-prefixes: Add Ntmer Pengyu Luo
2025-06-27 19:20 ` Rob Herring (Arm)
2025-06-17 9:29 ` [PATCH 2/4] dt-bindings: arm: qcom: Add Ntmer TW220 Pengyu Luo
2025-06-27 19:20 ` Rob Herring (Arm)
2025-06-17 9:29 ` [PATCH 3/4] arm64: dts: qcom: sc8280xp: Add initial support for " Pengyu Luo
2025-06-25 6:17 ` kernel test robot
2025-06-27 19:48 ` Konrad Dybcio
2025-07-06 3:43 ` Pengyu Luo
2025-07-30 12:53 ` Konrad Dybcio
2025-07-30 15:29 ` Pengyu Luo
2025-07-30 20:32 ` Konrad Dybcio
2025-07-31 3:05 ` Pengyu Luo
2025-08-01 12:29 ` Konrad Dybcio [this message]
2025-08-01 14:27 ` Pengyu Luo
2025-08-01 17:27 ` Dmitry Baryshkov
2025-08-03 3:36 ` Pengyu Luo
2025-06-17 9:29 ` [PATCH 4/4] firmware: qcom: scm: Allow QSEECOM on " Pengyu Luo
2025-06-17 14:21 ` [PATCH 0/4] arm64: dts: qcom: Introduce " Rob Herring (Arm)
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=0cf8f99c-a64b-43c4-a747-d5dd6fe28996@oss.qualcomm.com \
--to=konrad.dybcio@oss.qualcomm.com \
--cc=aliceryhl@google.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=ebiggers@google.com \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=joel.granados@kernel.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=len.brown@intel.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lossin@kernel.org \
--cc=mingo@kernel.org \
--cc=mitltlatltl@gmail.com \
--cc=ojeda@kernel.org \
--cc=robh@kernel.org \
--cc=sfr@canb.auug.org.au \
--cc=vanyang@smail.nju.edu.cn \
--cc=viro@zeniv.linux.org.uk \
/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).