All of lore.kernel.org
 help / color / mirror / Atom feed
From: Aradhya Bhatia <aradhya.bhatia@linux.dev>
To: "Linus Walleij" <linusw@kernel.org>,
	"Vicente Bergas" <vicencb@gmail.com>,
	"Tomi Valkeinen" <tomi.valkeinen@ideasonboard.com>,
	"Marek Vasut" <marek.vasut+renesas@mailbox.org>,
	"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
	"Maxime Ripard" <mripard@kernel.org>,
	"Thomas Zimmermann" <tzimmermann@suse.de>,
	"David Airlie" <airlied@gmail.com>,
	"Simona Vetter" <simona@ffwll.ch>,
	"Laurent Pinchart" <laurent.pinchart+renesas@ideasonboard.com>,
	"Tomi Valkeinen" <tomi.valkeinen+renesas@ideasonboard.com>,
	"Kieran Bingham" <kieran.bingham+renesas@ideasonboard.com>,
	"Geert Uytterhoeven" <geert+renesas@glider.be>,
	"Magnus Damm" <magnus.damm@gmail.com>,
	"Aradhya Bhatia" <a-bhatia1@ti.com>,
	"Dmitry Baryshkov" <lumag@kernel.org>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Sandy Huang" <hjc@rock-chips.com>,
	"Heiko Stübner" <heiko@sntech.de>,
	"Andy Yan" <andy.yan@rock-chips.com>
Cc: dri-devel@lists.freedesktop.org,
	linux-renesas-soc@vger.kernel.org,
	linux-rockchip@lists.infradead.org,
	Geert Uytterhoeven <geert@linux-m68k.org>
Subject: Re: [PATCH v6 0/4] drm/atomic-helpers: Fix MCDE/R-Car DU regressions
Date: Thu, 4 Dec 2025 15:16:10 +0000	[thread overview]
Message-ID: <369afee2-2ae9-4dee-ab0c-c9f196c8dbb1@linux.dev> (raw)
In-Reply-To: <20251202-mcde-drm-regression-thirdfix-v6-0-f1bffd4ec0fa@kernel.org>

Hi,


On 02/12/2025 21:02, Linus Walleij wrote:
> This fixes two regressions experienced in the MCDE and
> R-Car DU DRM drivers after
> commit c9b1150a68d9362a0827609fc0dc1664c0d8bfe1
> "drm/atomic-helper: Re-order bridge chain pre-enable and post-disable"
> caused a series of regressions in all panels that send
> DSI commands in their .prepare() and .unprepare()
> callbacks.>
> This series make it possible to selectively bring back the
> old behaviour with explicit semantics and implements
> the old behaviour as modified commit tails in MCDE and
> R-Car DU.
> 
> Signed-off-by: Linus Walleij <linusw@kernel.org>
> ---

Thank you for your patches, Linus. I am sorry multiple drivers had
regressed due the original patches.

I haven't been tracking the mailing lists actively past few weeks, and
only came across this when Laurent mentioned a patch from the v3 of this
series a couple days back in a discussion for the Rockchip drivers.

My email-id that is indeed used in all those conversations is long gone,
and I had hoped having the newer email-id in the sign-off-by tags would
make up for it. Perhaps that wasn't the case.


I am a little late, but I did give a look at the v6. I don't for-see any
concerns with it.


--
Regards
Aradhya



_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: Aradhya Bhatia <aradhya.bhatia@linux.dev>
To: "Linus Walleij" <linusw@kernel.org>,
	"Vicente Bergas" <vicencb@gmail.com>,
	"Tomi Valkeinen" <tomi.valkeinen@ideasonboard.com>,
	"Marek Vasut" <marek.vasut+renesas@mailbox.org>,
	"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
	"Maxime Ripard" <mripard@kernel.org>,
	"Thomas Zimmermann" <tzimmermann@suse.de>,
	"David Airlie" <airlied@gmail.com>,
	"Simona Vetter" <simona@ffwll.ch>,
	"Laurent Pinchart" <laurent.pinchart+renesas@ideasonboard.com>,
	"Tomi Valkeinen" <tomi.valkeinen+renesas@ideasonboard.com>,
	"Kieran Bingham" <kieran.bingham+renesas@ideasonboard.com>,
	"Geert Uytterhoeven" <geert+renesas@glider.be>,
	"Magnus Damm" <magnus.damm@gmail.com>,
	"Aradhya Bhatia" <a-bhatia1@ti.com>,
	"Dmitry Baryshkov" <lumag@kernel.org>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Sandy Huang" <hjc@rock-chips.com>,
	"Heiko Stübner" <heiko@sntech.de>,
	"Andy Yan" <andy.yan@rock-chips.com>
Cc: dri-devel@lists.freedesktop.org,
	linux-renesas-soc@vger.kernel.org,
	linux-rockchip@lists.infradead.org,
	Geert Uytterhoeven <geert@linux-m68k.org>
Subject: Re: [PATCH v6 0/4] drm/atomic-helpers: Fix MCDE/R-Car DU regressions
Date: Thu, 4 Dec 2025 15:16:10 +0000	[thread overview]
Message-ID: <369afee2-2ae9-4dee-ab0c-c9f196c8dbb1@linux.dev> (raw)
In-Reply-To: <20251202-mcde-drm-regression-thirdfix-v6-0-f1bffd4ec0fa@kernel.org>

Hi,


On 02/12/2025 21:02, Linus Walleij wrote:
> This fixes two regressions experienced in the MCDE and
> R-Car DU DRM drivers after
> commit c9b1150a68d9362a0827609fc0dc1664c0d8bfe1
> "drm/atomic-helper: Re-order bridge chain pre-enable and post-disable"
> caused a series of regressions in all panels that send
> DSI commands in their .prepare() and .unprepare()
> callbacks.>
> This series make it possible to selectively bring back the
> old behaviour with explicit semantics and implements
> the old behaviour as modified commit tails in MCDE and
> R-Car DU.
> 
> Signed-off-by: Linus Walleij <linusw@kernel.org>
> ---

Thank you for your patches, Linus. I am sorry multiple drivers had
regressed due the original patches.

I haven't been tracking the mailing lists actively past few weeks, and
only came across this when Laurent mentioned a patch from the v3 of this
series a couple days back in a discussion for the Rockchip drivers.

My email-id that is indeed used in all those conversations is long gone,
and I had hoped having the newer email-id in the sign-off-by tags would
make up for it. Perhaps that wasn't the case.


I am a little late, but I did give a look at the v6. I don't for-see any
concerns with it.


--
Regards
Aradhya



  parent reply	other threads:[~2025-12-04 15:16 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-02 21:02 [PATCH v6 0/4] drm/atomic-helpers: Fix MCDE/R-Car DU regressions Linus Walleij
2025-12-02 21:02 ` Linus Walleij
2025-12-02 21:02 ` [PATCH v6 1/4] drm/atomic-helper: Export and namespace some functions Linus Walleij
2025-12-02 21:02   ` Linus Walleij
2025-12-04 15:16   ` Aradhya Bhatia
2025-12-04 15:16     ` Aradhya Bhatia
2025-12-02 21:02 ` [PATCH v6 2/4] drm/mcde: Create custom commit tail Linus Walleij
2025-12-02 21:02   ` Linus Walleij
2025-12-03  6:27   ` Chaoyi Chen
2025-12-03  6:27     ` Chaoyi Chen
2025-12-03 23:13     ` Linus Walleij
2025-12-03 23:13       ` Linus Walleij
2025-12-04  2:07       ` Chaoyi Chen
2025-12-04  2:07         ` Chaoyi Chen
2025-12-04 13:54         ` Tomi Valkeinen
2025-12-04 13:54           ` Tomi Valkeinen
2025-12-05  1:54           ` Chaoyi Chen
2025-12-05  1:54             ` Chaoyi Chen
2025-12-04 15:17   ` Aradhya Bhatia
2025-12-04 15:17     ` Aradhya Bhatia
2025-12-02 21:02 ` [PATCH v6 3/4] drm/rcar-du: Modify " Linus Walleij
2025-12-02 21:02   ` Linus Walleij
2025-12-04 15:19   ` Aradhya Bhatia
2025-12-04 15:19     ` Aradhya Bhatia
2025-12-02 21:02 ` [PATCH v6 4/4] RFT: drm/rockchip: Create " Linus Walleij
2025-12-02 21:02   ` Linus Walleij
2025-12-03  3:10   ` Chaoyi Chen
2025-12-03  3:10     ` Chaoyi Chen
2025-12-03  9:54     ` Linus Walleij
2025-12-03  9:54       ` Linus Walleij
2025-12-03 11:59       ` Chaoyi Chen
2025-12-03 11:59         ` Chaoyi Chen
2025-12-05 13:53       ` Maxime Ripard
2025-12-05 13:53         ` Maxime Ripard
2025-12-05 14:11         ` Linus Walleij
2025-12-05 14:11           ` Linus Walleij
2025-12-08 10:53           ` Maxime Ripard
2025-12-08 10:53             ` Maxime Ripard
2025-12-03 14:11   ` Vicente Bergas
2025-12-03 14:11     ` Vicente Bergas
2025-12-04 15:40   ` Aradhya Bhatia
2025-12-04 15:40     ` Aradhya Bhatia
2025-12-04 15:16 ` Aradhya Bhatia [this message]
2025-12-04 15:16   ` [PATCH v6 0/4] drm/atomic-helpers: Fix MCDE/R-Car DU regressions Aradhya Bhatia

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=369afee2-2ae9-4dee-ab0c-c9f196c8dbb1@linux.dev \
    --to=aradhya.bhatia@linux.dev \
    --cc=a-bhatia1@ti.com \
    --cc=airlied@gmail.com \
    --cc=andy.yan@rock-chips.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=geert+renesas@glider.be \
    --cc=geert@linux-m68k.org \
    --cc=heiko@sntech.de \
    --cc=hjc@rock-chips.com \
    --cc=kieran.bingham+renesas@ideasonboard.com \
    --cc=laurent.pinchart+renesas@ideasonboard.com \
    --cc=linus.walleij@linaro.org \
    --cc=linusw@kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=lumag@kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=magnus.damm@gmail.com \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=mripard@kernel.org \
    --cc=simona@ffwll.ch \
    --cc=tomi.valkeinen+renesas@ideasonboard.com \
    --cc=tomi.valkeinen@ideasonboard.com \
    --cc=tzimmermann@suse.de \
    --cc=vicencb@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.