drm: zynqmp_dp: Add debugfs interface for compliance testing
authorSean Anderson <sean.anderson@linux.dev>
Fri, 9 Aug 2024 19:36:00 +0000 (15:36 -0400)
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Wed, 30 Oct 2024 12:21:07 +0000 (14:21 +0200)
commit28edaacb821c69241f6c0be6bbd29f7145f1b44f
tree2d64442755b3ee814d577a86dac0e9de13dad2a7
parent76f2c96d6cea2a84ac8f7c899a4a5ae2bff1ed33
drm: zynqmp_dp: Add debugfs interface for compliance testing

Add a debugfs interface for exercising the various test modes supported
by the DisplayPort controller. This allows performing compliance
testing, or performing signal integrity measurements on a failing link.
At the moment, we do not support sink-driven link quality testing,
although such support would be fairly easy to add.

Additionally, add some debugfs files for ignoring AUX errors and HPD
events, as this can allow testing with equipment that cannot emulate a
DPRX.

Signed-off-by: Sean Anderson <sean.anderson@linux.dev>
[Tomi: fixed a few minor formatting issues]
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240809193600.3360015-9-sean.anderson@linux.dev
Documentation/gpu/drivers.rst
Documentation/gpu/zynqmp.rst [new file with mode: 0644]
MAINTAINERS
drivers/gpu/drm/xlnx/zynqmp_dp.c