docs: document intel_pipe_crc_source enum values

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood 2015-12-01 15:07:10 +00:00
parent 683316cb88
commit 0874c770eb

View File

@ -77,6 +77,17 @@ typedef struct {
/** /**
* intel_pipe_crc_source: * 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 * Enumeration of all supported pipe CRC sources. Not all platforms and all
* outputs support all of them. Generic tests should just use * outputs support all of them. Generic tests should just use