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

/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c37 #define RESET_MAX_RETRIES 3 macro
769 const int retries = engine_mask == ALL_ENGINES ? RESET_MAX_RETRIES : 1;
1137 for (i = 0; err && i < RESET_MAX_RETRIES; i++) {

Completed in 169 milliseconds