Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_uncore.c131 bool ack_detected; in fw_domain_wait_ack_with_fallback() local
157 ack_detected = (__raw_i915_read32(i915, d->reg_ack) & ack_bit) == value; in fw_domain_wait_ack_with_fallback()
161 } while (!ack_detected && pass++ < 10); in fw_domain_wait_ack_with_fallback()
169 return ack_detected ? 0 : -ETIMEDOUT; in fw_domain_wait_ack_with_fallback()