From 0874c770eb016c26c148323b7b7b3a7c2d829441 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Tue, 1 Dec 2015 15:07:10 +0000 Subject: docs: document intel_pipe_crc_source enum values Signed-off-by: Thomas Wood --- lib/igt_debugfs.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'lib/igt_debugfs.h') diff --git a/lib/igt_debugfs.h b/lib/igt_debugfs.h index ee9ff40c..bbf7f697 100644 --- a/lib/igt_debugfs.h +++ b/lib/igt_debugfs.h @@ -77,6 +77,17 @@ typedef struct { /** * intel_pipe_crc_source: + * @INTEL_PIPE_CRC_SOURCE_NONE: No source + * @INTEL_PIPE_CRC_SOURCE_PLANE1: Plane 1 + * @INTEL_PIPE_CRC_SOURCE_PLANE2: Plane 2 + * @INTEL_PIPE_CRC_SOURCE_PF: Panel Filter + * @INTEL_PIPE_CRC_SOURCE_PIPE: Pipe + * @INTEL_PIPE_CRC_SOURCE_TV: TV + * @INTEL_PIPE_CRC_SOURCE_DP_B: DisplayPort B + * @INTEL_PIPE_CRC_SOURCE_DP_C: DisplayPort C + * @INTEL_PIPE_CRC_SOURCE_DP_D: DisplayPort D + * @INTEL_PIPE_CRC_SOURCE_AUTO: Automatic source selection + * @INTEL_PIPE_CRC_SOURCE_MAX: Number of available sources * * Enumeration of all supported pipe CRC sources. Not all platforms and all * outputs support all of them. Generic tests should just use -- cgit v1.2.3