Hi Dmitry, On Sat, 30 Aug 2025 at 02:23, Dmitry Baryshkov <dmitry.barysh...@oss.qualcomm.com> wrote: > It's not uncommon for the particular device to support only a subset of > HDMI InfoFrames. It's not a big problem for the kernel, since we adopted > a model of ignoring the unsupported Infoframes, but it's a bigger > problem for the userspace: we end up having files in debugfs which do > mot match what is being sent on the wire. > > Sort that out, making sure that all interfaces are consistent.
Thanks for the series, it's a really good cleanup. I know that dw-hdmi-qp can support _any_ infoframe, by manually packing it into the two GHDMI banks. So the supported set there is 'all of the currently well-known ones, plus any two others, but only two and not more'. I wonder if that has any effect on the interface you were thinking about for userspace? Cheers, Daniel