Re: [PATCH v7 4/5] drm/debugfs: Move HDMI debugfs registration to state helper
"Maxime Ripard" <[email protected]>
| Newsgroups | dev.linux.lists.linux-sunxi,org.freedesktop.lists.dri-devel,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 21 Jul 2026 10:59:00 +0200, Nicolas Frattaroli wrote: > The HDMI debugfs files are only useful for connectors that already make > use of the HDMI state helpers. In addition, relying on HDMI-specific > functions in drm_debugfs.c can lead to circular linking problems later > down the line. > > > [ ... ] Acked-by: Maxime Ripard <[email protected]> Thanks! Maxime