Re: [PATCH v3 0/8] drm: replace simple display pipe users with atomic helpers
"Ze Huang" <[email protected]> Mon, 27 Jul 2026 09:37:03 +0800
| Newsgroups | org.ozlabs.lists.linux-aspeed,dev.linux.lists.imx,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel,org.xenproject.lists.xen-devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon Jul 27, 2026 at 4:32 AM CST, Linus Walleij wrote: > Hi Ze, > > On Sun, Jul 26, 2026 at 9:45=E2=80=AFPM Ze Huang <[email protected]= om> 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