drm/connector: hdmi: Create Infoframe DebugFS entries
authorMaxime Ripard <mripard@kernel.org>
Mon, 27 May 2024 13:58:13 +0000 (15:58 +0200)
committerMaxime Ripard <mripard@kernel.org>
Tue, 28 May 2024 08:24:41 +0000 (10:24 +0200)
commitc602e4959a0c356b3dfa9e0b8b4ad4c501df3eb4
tree8968711d48f2d16645b75408d6f38fb0b2b86f7e
parent4fa04f4cccc4d81fd6272ca94b879b4d7630ed53
drm/connector: hdmi: Create Infoframe DebugFS entries

There has been some discussions recently about the infoframes sent by
drivers and if they were properly generated.

In parallel, there's been some interest in creating an infoframe-decode
tool similar to edid-decode.

Both would be much easier if we were to expose the infoframes programmed
in the hardware. It won't be perfect since we have no guarantee that
it's actually what goes through the wire, but it's the best we can do.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240527-kms-hdmi-connector-state-v15-24-c5af16c3aae2@kernel.org
Signed-off-by: Maxime Ripard <mripard@kernel.org>
drivers/gpu/drm/drm_debugfs.c