From: fange zhang <quic_fangez@quicinc.com>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: <kernel@quicinc.com>, <quic_lliu6@quicinc.com>,
<quic_xiangxuy@quicinc.com>, <linux-arm-msm@vger.kernel.org>
Subject: Re: [PATCH 3/6] drm/msm/dpu: Add QCS615 support
Date: Fri, 22 Nov 2024 15:36:06 +0800 [thread overview]
Message-ID: <dd3ef5e3-ba93-4ffa-976a-52492832487e@quicinc.com> (raw)
In-Reply-To: <CAA8EJpotZ8giXYY=1EjyKa1oHz=aEHecZPi4G4CfNNqSQ8jW4g@mail.gmail.com>
On 2024/11/18 18:55, Dmitry Baryshkov wrote:
> On Mon, 18 Nov 2024 at 10:52, fange zhang <quic_fangez@quicinc.com> wrote:
>>
>>
>>
>> On 2024/10/14 18:47, Dmitry Baryshkov wrote:
>>> On Mon, Oct 14, 2024 at 05:47:29PM +0800, fangez via B4 Relay wrote:
>>>> From: lliu6 <quic_lliu6@quicinc.com>
>>>>
>>>> Add support for the display hardware used on the Qualcomm QCS615 platform.
>>>
>>> Not all hardware is described here, comment regarding the DP, etc.
Fixed in v2
for DPU part, commit message would be:
Author: Li Liu <quic_lliu6@quicinc.com>
Date: Tue Oct 15 12:50:26 2024 +0800
drm/msm/dpu: Add SM6150 support
Add definitions for the display hardware
used on the Qualcomm SM6150 platform.
Signed-off-by: Li Liu <quic_lliu6@quicinc.com>
Signed-off-by: Fange Zhang <quic_fangez@quicinc.com>
with these file changes:
drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_5_3_sm6150.h
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.h
drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c
>>>
>>>>
>>>> Signed-off-by: lliu6 <quic_lliu6@quicinc.com>
>>>> ---
>>>> .../gpu/drm/msm/disp/dpu1/catalog/dpu_5_3_qcs615.h | 268 +++++++++++++++++++++
>>>> drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c | 1 +
>>>> drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.h | 1 +
>>>> drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 1 +
>>>
>>>> drivers/gpu/drm/msm/dsi/dsi_cfg.c | 17 ++
>>>> drivers/gpu/drm/msm/dsi/dsi_cfg.h | 1 +
>>>
>>> These changes are not related to the DPU, which you listed as a prefix
>>> in the commit message
>> ok will split it to these four parts.
>> 1. dpu hw catalog
>> 2. mdss
>> 3. dsi phy
>> 4. dsi
>> sorry, one more question about it.
>> is the driver patch order correct?
>
> Usually MDSS comes before DPU
Got it, will fix in next patch.
New driver patch order as follows:
drm/msm: mdss: Add SM6150 support
drm/msm/dpu: Add SM6150 support
drm/msm/dsi: Add support for SM6150
drm/msm/dsi: Add dsi phy support for SM6150
>
>>>
>>>> drivers/gpu/drm/msm/dsi/phy/dsi_phy.c | 2 +
>>>> drivers/gpu/drm/msm/dsi/phy/dsi_phy.h | 1 +
>>>> drivers/gpu/drm/msm/dsi/phy/dsi_phy_14nm.c | 21 ++
>>>
>>> These changes are not related to the DPU
>>>
>>>> drivers/gpu/drm/msm/msm_mdss.c | 7 +
>>>
>>> These changes are not related to the DPU
>>>
>>> For the whole patch: s/qcs615/sm6150/g
>>>
>>>> 10 files changed, 320 insertions(+)
>>>>
>
>
next prev parent reply other threads:[~2024-11-22 7:36 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-14 9:47 [PATCH 0/6] add_display_support_for_QCS615 fangez via B4 Relay
2024-10-14 9:47 ` [PATCH 1/6] arm64: defconfig: Enable SX150X fangez via B4 Relay
2024-10-14 10:12 ` Dmitry Baryshkov
2024-11-22 7:51 ` fange zhang
2024-10-14 10:37 ` Dmitry Baryshkov
2024-11-22 7:57 ` fange zhang
2024-11-22 8:09 ` Dmitry Baryshkov
2024-10-14 9:47 ` [PATCH 2/6] arm64: dts: qcom: qcs615: Add display mdss and dsi configuration fangez via B4 Relay
2024-10-14 10:27 ` Dmitry Baryshkov
2024-11-21 2:41 ` fange zhang
2024-10-14 9:47 ` [PATCH 3/6] drm/msm/dpu: Add QCS615 support fangez via B4 Relay
2024-10-14 10:47 ` Dmitry Baryshkov
2024-11-18 8:52 ` fange zhang
2024-11-18 10:55 ` Dmitry Baryshkov
2024-11-22 7:36 ` fange zhang [this message]
2024-11-22 7:37 ` Dmitry Baryshkov
2024-11-22 7:48 ` fange zhang
2024-10-14 9:47 ` [PATCH 4/6] dt-bindings: display/msm: Add QCS615 DSI phy fangez via B4 Relay
2024-10-14 10:30 ` Dmitry Baryshkov
2024-11-19 4:45 ` fange zhang
2024-11-20 12:22 ` Dmitry Baryshkov
2024-11-21 1:34 ` fange zhang
2024-10-14 11:49 ` Krzysztof Kozlowski
2024-10-14 9:47 ` [PATCH 5/6] dt-bindings: display/msm: Add QCS615 MDSS & DPU fangez via B4 Relay
2024-10-14 10:35 ` Dmitry Baryshkov
2024-11-21 9:20 ` fange zhang
2024-10-14 11:50 ` Krzysztof Kozlowski
2024-10-14 9:47 ` [PATCH 6/6] dt-bindings: display/msm: dsi-controller-main: Document QCS615 fangez via B4 Relay
2024-10-14 10:39 ` Dmitry Baryshkov
2024-11-19 4:20 ` fange zhang
2024-10-14 10:36 ` [PATCH 0/6] add_display_support_for_QCS615 Dmitry Baryshkov
2024-10-14 10:48 ` Dmitry Baryshkov
[not found] ` <SJ0PR02MB8750D786748D105839EE905BE3442@SJ0PR02MB8750.namprd02.prod.outlook.com>
2024-10-14 11:59 ` Dmitry Baryshkov
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=dd3ef5e3-ba93-4ffa-976a-52492832487e@quicinc.com \
--to=quic_fangez@quicinc.com \
--cc=dmitry.baryshkov@linaro.org \
--cc=kernel@quicinc.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=quic_lliu6@quicinc.com \
--cc=quic_xiangxuy@quicinc.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