Home
last modified time | relevance | path

Searched refs:pipe_crc_sources (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_debugfs.c3475 static const char * const pipe_crc_sources[] = { variable
3490 BUILD_BUG_ON(ARRAY_SIZE(pipe_crc_sources) != INTEL_PIPE_CRC_SOURCE_MAX); in pipe_crc_source_name()
3491 return pipe_crc_sources[source]; in pipe_crc_source_name()
4057 for (i = 0; i < ARRAY_SIZE(pipe_crc_sources); i++) in display_crc_ctl_parse_source()
4058 if (!strcmp(buf, pipe_crc_sources[i])) { in display_crc_ctl_parse_source()