Re: [PATCH v2 2/2] drm/display: hdmi: Mention Infoframes testing with edid-decode

2025-03-13 Thread Hans Verkuil
On 12/03/2025 14:39, Maxime Ripard wrote: > edid-decode gained recently support to check that infoframes are > compliant and match the EDID the monitor exposes. > > Since the HDMI helpers provide those infoframes in debugfs, it makes it > easy to check from userspace that the drivers (and helpers)

[PATCH v2 2/2] drm/display: hdmi: Mention Infoframes testing with edid-decode

2025-03-12 Thread Maxime Ripard
edid-decode gained recently support to check that infoframes are compliant and match the EDID the monitor exposes. Since the HDMI helpers provide those infoframes in debugfs, it makes it easy to check from userspace that the drivers (and helpers) behave properly. Let's document it. Cc: Hans Verk