mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
To: Mani Chandana Ballary Kuntumalla <quic_mkuntuma@quicinc.com>,
	dmitry.baryshkov@oss.qualcomm.com, marijn.suijten@somainline.org,
	swboyd@chromium.org, mripard@kernel.org, abel.vesa@linaro.org,
	andersson@kernel.org, konradybcio@kernel.org, robh@kernel.org,
	krzk+dt@kernel.org, conor+dt@kernel.org,
	robin.clark@oss.qualcomm.com, jessica.zhang@oss.qualcomm.com,
	abhinav.kumar@linux.dev, sean@poorly.run, airlied@gmail.com,
	simona@ffwll.ch, alex.vinarskis@gmail.com
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	freedreno@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	quic_rajeevny@quicinc.com, quic_vproddut@quicinc.com,
	quic_riteshk@quicnic.com, quic_amitsi@quicnic.com
Subject: Re: [PATCH 1/4] drm/msm/dp: Update msm_dp_controller IDs for sa8775p
Date: Fri, 26 Sep 2025 13:18:07 +0200	[thread overview]
Message-ID: <652595ef-ef79-4c36-9979-b536ca65e1de@oss.qualcomm.com> (raw)
In-Reply-To: <20250926085956.2346179-2-quic_mkuntuma@quicinc.com>

On 9/26/25 10:59 AM, Mani Chandana Ballary Kuntumalla wrote:
> The Qualcomm SA8775P platform comes with 2 DisplayPort controllers
> for each mdss. Update controller id for DPTX0 and DPTX1 of mdss1.
> 
> Signed-off-by: Mani Chandana Ballary Kuntumalla <quic_mkuntuma@quicinc.com>
> ---
>  drivers/gpu/drm/msm/dp/dp_display.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/msm/dp/dp_display.c b/drivers/gpu/drm/msm/dp/dp_display.c
> index d87d47cc7ec3..f247aad55397 100644
> --- a/drivers/gpu/drm/msm/dp/dp_display.c
> +++ b/drivers/gpu/drm/msm/dp/dp_display.c
> @@ -133,8 +133,8 @@ struct msm_dp_desc {
>  static const struct msm_dp_desc msm_dp_desc_sa8775p[] = {
>  	{ .io_start = 0x0af54000, .id = MSM_DP_CONTROLLER_0, .wide_bus_supported = true },
>  	{ .io_start = 0x0af5c000, .id = MSM_DP_CONTROLLER_1, .wide_bus_supported = true },
> -	{ .io_start = 0x22154000, .id = MSM_DP_CONTROLLER_2, .wide_bus_supported = true },
> -	{ .io_start = 0x2215c000, .id = MSM_DP_CONTROLLER_3, .wide_bus_supported = true },
> +	{ .io_start = 0x22154000, .id = MSM_DP_CONTROLLER_0, .wide_bus_supported = true },
> +	{ .io_start = 0x2215c000, .id = MSM_DP_CONTROLLER_1, .wide_bus_supported = true },

Well, did you see what happens when you try to plug in a display
to a controller on MDSS0 and MDSS1 at once now?

(memory corruption)

Konrad

  reply	other threads:[~2025-09-26 11:18 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-26  8:59 [PATCH 0/4] Enable mdss1 Display Port for Qualcomm lemans-ride platform Mani Chandana Ballary Kuntumalla
2025-09-26  8:59 ` [PATCH 1/4] drm/msm/dp: Update msm_dp_controller IDs for sa8775p Mani Chandana Ballary Kuntumalla
2025-09-26 11:18   ` Konrad Dybcio [this message]
2025-09-26 11:19     ` Konrad Dybcio
2025-09-26 13:51   ` Dmitry Baryshkov
2025-11-20  7:11     ` Mani Chandana Kuntumalla
2025-09-26  8:59 ` [PATCH 2/4] arm64: dts: qcom: lemans: add mdss1 displayPort device nodes Mani Chandana Ballary Kuntumalla
2025-09-26 13:53   ` Dmitry Baryshkov
2025-11-20  7:13     ` Mani Chandana Kuntumalla
2025-10-08 12:40   ` Konrad Dybcio
2025-10-08 12:49     ` Dmitry Baryshkov
2025-10-08 12:50       ` Konrad Dybcio
2025-10-08 12:57         ` Dmitry Baryshkov
2025-11-20  8:55     ` Mani Chandana Kuntumalla
2025-11-21 16:42       ` Dmitry Baryshkov
2025-09-26  8:59 ` [PATCH 3/4] arm64: dts: qcom: lemans-ride: Enable dispcc1 Mani Chandana Ballary Kuntumalla
2025-09-26 13:53   ` Dmitry Baryshkov
2025-10-01  9:43     ` Konrad Dybcio
2025-10-17 22:54       ` Bjorn Andersson
2025-10-19 11:52         ` Dmitry Baryshkov
2025-11-20  9:01       ` Mani Chandana Kuntumalla
2025-09-26  8:59 ` [PATCH 4/4] arm64: dts: qcom: lemans-ride: Enable mdss1 display Port Mani Chandana Ballary Kuntumalla
2025-10-17 22:51 ` [PATCH 0/4] Enable mdss1 Display Port for Qualcomm lemans-ride platform Bjorn Andersson
2025-11-20  7:08   ` Mani Chandana Kuntumalla

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=652595ef-ef79-4c36-9979-b536ca65e1de@oss.qualcomm.com \
    --to=konrad.dybcio@oss.qualcomm.com \
    --cc=abel.vesa@linaro.org \
    --cc=abhinav.kumar@linux.dev \
    --cc=airlied@gmail.com \
    --cc=alex.vinarskis@gmail.com \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@oss.qualcomm.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=jessica.zhang@oss.qualcomm.com \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marijn.suijten@somainline.org \
    --cc=mripard@kernel.org \
    --cc=quic_amitsi@quicnic.com \
    --cc=quic_mkuntuma@quicinc.com \
    --cc=quic_rajeevny@quicinc.com \
    --cc=quic_riteshk@quicnic.com \
    --cc=quic_vproddut@quicinc.com \
    --cc=robh@kernel.org \
    --cc=robin.clark@oss.qualcomm.com \
    --cc=sean@poorly.run \
    --cc=simona@ffwll.ch \
    --cc=swboyd@chromium.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

all inboxes | Powered by JetHome®