From: Yongxing Mou <quic_yongmou@quicinc.com>
To: Krzysztof Kozlowski <krzk@kernel.org>,
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: Rob Clark <robdclark@gmail.com>,
Abhinav Kumar <quic_abhinavk@quicinc.com>,
Sean Paul <sean@poorly.run>,
Marijn Suijten <marijn.suijten@somainline.org>,
David Airlie <airlied@gmail.com>,
"Simona Vetter" <simona@ffwll.ch>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Neil Armstrong <neil.armstrong@linaro.org>,
Kuogee Hsieh <quic_khsieh@quicinc.com>,
Vinod Koul <vkoul@kernel.org>,
"Kishon Vijay Abraham I" <kishon@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
<linux-arm-msm@vger.kernel.org>,
<dri-devel@lists.freedesktop.org>,
<freedreno@lists.freedesktop.org>, <devicetree@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, <linux-phy@lists.infradead.org>
Subject: Re: [PATCH v3 3/4] dt-bindings: display/msm: Document MDSS on QCS8300
Date: Tue, 14 Jan 2025 19:21:28 +0800 [thread overview]
Message-ID: <cf223355-3d9f-423a-acbe-55993ce9fcfc@quicinc.com> (raw)
In-Reply-To: <bda8dd18-3bed-427a-bd19-9cb011256c93@kernel.org>
On 2025/1/14 18:11, Krzysztof Kozlowski wrote:
> On 14/01/2025 11:00, Dmitry Baryshkov wrote:
>> On Tue, 14 Jan 2025 at 09:57, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>>>
>>> On Mon, Jan 13, 2025 at 04:03:10PM +0800, Yongxing Mou wrote:
>>>> +patternProperties:
>>>> + "^display-controller@[0-9a-f]+$":
>>>> + type: object
>>>> + additionalProperties: true
>>>> +
>>>> + properties:
>>>> + compatible:
>>>> + items:
>>>> + - const: qcom,qcs8300-dpu
>>>> + - const: qcom,sa8775p-dpu
>>>> +
>>>> + "^displayport-controller@[0-9a-f]+$":
>>>> + type: object
>>>> + additionalProperties: true
>>>> +
>>>> + properties:
>>>> + compatible:
>>>> + items:
>>>> + - const: qcom,qcs8300-dp
>>>> + - const: qcom,sm8650-dp
>>>
>>> Parts of qcs8300 display are compatible with sa8775p, other parts with
>>> sm8650. That's odd or even not correct. Assuming it is actually correct,
>>> it deserves explanation in commit msg.
>>
>> It seems to be correct. These are two different IP blocks with
>> different modifications. QCS8300's DP configuration matches the SM8650
>> ([1]), though the DPU is the same as the one on the SA8775P platform.
>>
>> [1] https://lore.kernel.org/dri-devel/411626da-7563-48fb-ac7c-94f06e73e4b8@quicinc.com/
>
> That's the driver, so you claim that qcs8300, which is a sa8775p, is not
> compatible with sa8775p because of current driver code? You see the
> contradiction? sa8775p is not compatible with sa8775p because of current
> driver patch?
>
> I don't think it is correct, but let's repeat: if you think otherwise,
> this should be explain in commit msg.
>
> Best regards,
> Krzysztof
Hi,let me explain this: qcs8300 uses the same DPU as sa8775p, which is
DPU_8_4. Therefore, for the DPU driver, qcs8300 reuses the driver of
sa8775p. However, for the DisplayPort controller of qcs8300, it's
different with sa8775p. qcs8300 only supports one DisplayPort output
port, while sa8775p has two DPUs and supports four DisplayPort outputs.
Therefore, the DisplayPort controller driver of sa8775p cannot be reused
for qcs8300. Additionally, the base offset of qcs8300's DisplayPort
controller is the same as that of sm8650, so the DisplayPort controller
reuses "qcom,sm8650-dp". I explained this in the commit messages of the
previous two bindings, but it might not have been explained in the
commit message of this patch.i will update the commit msg in next patchset.
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
next prev parent reply other threads:[~2025-01-14 11:21 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-13 8:03 [PATCH v3 0/4] Display enablement changes for Qualcomm QCS8300 platform Yongxing Mou
2025-01-13 8:03 ` [PATCH v3 1/4] dt-bindings: display/msm: Document the DPU for QCS8300 Yongxing Mou
2025-02-12 8:34 ` Krzysztof Kozlowski
2025-01-13 8:03 ` [PATCH v3 2/4] dt-bindings: display: msm: dp-controller: document QCS8300 compatible Yongxing Mou
2025-02-12 8:32 ` Krzysztof Kozlowski
2025-01-13 8:03 ` [PATCH v3 3/4] dt-bindings: display/msm: Document MDSS on QCS8300 Yongxing Mou
2025-01-14 7:57 ` Krzysztof Kozlowski
2025-01-14 10:00 ` Dmitry Baryshkov
2025-01-14 10:11 ` Krzysztof Kozlowski
2025-01-14 11:09 ` Dmitry Baryshkov
2025-01-14 11:19 ` Krzysztof Kozlowski
2025-01-14 11:21 ` Yongxing Mou [this message]
2025-01-13 8:03 ` [PATCH v3 4/4] drm/msm: mdss: Add QCS8300 support Yongxing Mou
2025-01-13 9:02 ` [PATCH v3 0/4] Display enablement changes for Qualcomm QCS8300 platform Dmitry Baryshkov
2025-01-13 9:26 ` Yongxing Mou
2025-01-13 9:36 ` Dmitry Baryshkov
2025-01-13 9:45 ` Yongxing Mou
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=cf223355-3d9f-423a-acbe-55993ce9fcfc@quicinc.com \
--to=quic_yongmou@quicinc.com \
--cc=airlied@gmail.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=freedreno@lists.freedesktop.org \
--cc=kishon@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzk@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=marijn.suijten@somainline.org \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=quic_abhinavk@quicinc.com \
--cc=quic_khsieh@quicinc.com \
--cc=robdclark@gmail.com \
--cc=robh@kernel.org \
--cc=sean@poorly.run \
--cc=simona@ffwll.ch \
--cc=tzimmermann@suse.de \
--cc=vkoul@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox