Re: [PATCH v2 00/37] drm/bridge: Convert all bridges to atomic
Maxime Ripard <[email protected]> Wed, 15 Jul 2026 09:50:57 +0200
| Newsgroups | dev.linux.lists.asahi,dev.linux.lists.chrome-platform,org.freedesktop.lists.dri-devel,org.infradead.lists.linux-mediatek,org.kernel.vger.linux-samsung-soc |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 07 Jul 2026 17:11:07 +0200, Maxime Ripard wrote: > Over the years, most of the bridges have been converted to atomic > modesetting and hooks, but not all of them. This forces us to maintain > two different code path in quite a few places, which is pretty > bothersome. The switch to atomic modesetting for legacy bridges though > is pretty trivial, and we don't have a lot of drivers still using the > legacy path. > > [...] Applied to misc/kernel.git (drm-misc-next). Thanks! Maxime