Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_dp.c4173 bool old_equal_new; in intel_dp_sink_crc() local
4201 old_equal_new = (count == intel_dp->sink_crc.last_count && in intel_dp_sink_crc()
4205 } while (--attempts && (count == 0 || old_equal_new)); in intel_dp_sink_crc()
4211 if (old_equal_new) { in intel_dp_sink_crc()