Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c36 #define RESET_MAX_RETRIES 3 macro
768 const int retries = engine_mask == ALL_ENGINES ? RESET_MAX_RETRIES : 1; in __intel_gt_reset()
1137 for (i = 0; err && i < RESET_MAX_RETRIES; i++) { in do_reset()