Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_dp.c3901 int test_crc_count; in intel_dp_sink_crc() local
3919 test_crc_count = buf & DP_TEST_COUNT_MASK; in intel_dp_sink_crc()
3926 } while (--attempts && (buf & DP_TEST_COUNT_MASK) == test_crc_count); in intel_dp_sink_crc()