Re: [PATCH v9 2/5] drm/scdc-helper: Add scdc_status debugfs entry
Daniel Stone <[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 | <CAPj87rM3BxAf3+4UZF-qD+45bFup9FV81Xhrn98m7sewZihhGQ@mail.gmail.com> |
On Fri, 24 Jul 2026 at 15:23, Nicolas Frattaroli <[email protected]> wrote: > SCDC provides status information on the current display link. At the > very least, it may be useful to expose this info through debugfs. > > Add a debugfs entry for it under the connector, which displays a few > more details parsed out of the SCDC registers. A new > drm_scdc_debugfs_init function can be called by the connector > implementation to initialise the debugfs file. Reviewed-by: Daniel Stone <[email protected]>