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

2025-03-07 Thread Hans Verkuil
Hi Maxime, On 06/03/2025 18:17, 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 (

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

2025-03-06 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