[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 0/8] drm: replace simple display pipe users with atomic helpers
- To: "Linus Walleij" <linusw@xxxxxxxxxx>, "Ze Huang" <ze.huang@xxxxxxxxxxxxxxxx>
- From: "Ze Huang" <ze.huang@xxxxxxxxxxxxxxxx>
- Date: Mon, 27 Jul 2026 09:37:03 +0800
- Authentication-results: eu.smtp.expurgate.cloud; none
- Cc: "Alexey Brodkin" <abrodkin@xxxxxxxxxxxx>, "Maarten Lankhorst" <maarten.lankhorst@xxxxxxxxxxxxxxx>, "Maxime Ripard" <mripard@xxxxxxxxxx>, "Thomas Zimmermann" <tzimmermann@xxxxxxx>, "David Airlie" <airlied@xxxxxxxxx>, "Simona Vetter" <simona@xxxxxxxx>, "Joel Stanley" <joel@xxxxxxxxx>, "Andrew Jeffery" <andrew@xxxxxxxxxxxxxxxxxxxx>, "Frank Li" <Frank.Li@xxxxxxx>, "Sascha Hauer" <s.hauer@xxxxxxxxxxxxxx>, "Pengutronix Kernel Team" <kernel@xxxxxxxxxxxxxx>, "Fabio Estevam" <festevam@xxxxxxxxx>, "Hans de Goede" <hansg@xxxxxxxxxx>, "Alex Lanzano" <lanzano.alex@xxxxxxxxx>, "Oleksandr Andrushchenko" <oleksandr_andrushchenko@xxxxxxxx>, <dri-devel@xxxxxxxxxxxxxxxxxxxxx>, <linux-kernel@xxxxxxxxxxxxxxx>, <linux-aspeed@xxxxxxxxxxxxxxxx>, <linux-arm-kernel@xxxxxxxxxxxxxxxxxxx>, <imx@xxxxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Mon, 27 Jul 2026 01:37:46 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On Mon Jul 27, 2026 at 4:32 AM CST, Linus Walleij wrote:
> Hi Ze,
>
> On Sun, Jul 26, 2026 at 9:45 PM Ze Huang <ze.huang@xxxxxxxxxxxxxxxx> wrote:
>
>> struct drm_simple_display_pipe was meant to simplify simple DRM
>> drivers, but instead adds an extra wrapper around normal DRM atomic
>> helper setup. As noted in Documentation/gpu/todo.rst, remaining users
>> should be converted to regular atomic helpers and stop depending on the
>> simple-KMS interfaces.
>
> Are these patches independent of other stuff so they can be tested on
> top of v7.2-rc1 or do they need other stuff from drm-misc-next?
>
> Yours,
> Linus Walleij
Hi Linus, patches are independent and can be tested on v7.2-rc1.
I've seen others patches based on drm tree so I did the same. Would
switch to v7.2-rc1 if that's preferred :)
Thanks,
Ze Huang
|