Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
H A Dintel_uncore.c210 bool ack_detected; in fw_domain_wait_ack_with_fallback() local
235 ack_detected = (fw_ack(d) & ack_bit) == value; in fw_domain_wait_ack_with_fallback()
238 } while (!ack_detected && pass++ < 10); in fw_domain_wait_ack_with_fallback()
247 return ack_detected ? 0 : -ETIMEDOUT; in fw_domain_wait_ack_with_fallback()