HomeSort by: relevance | last modified time | path
    Searched defs:delay_between_attempts (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link_dp.c 1511 uint8_t delay_between_attempts = LINK_TRAINING_RETRY_DELAY; local in function:perform_link_training_with_retries
1554 msleep(delay_between_attempts);
1556 delay_between_attempts += LINK_TRAINING_RETRY_DELAY;
amdgpu_dc_link_dp.c 1511 uint8_t delay_between_attempts = LINK_TRAINING_RETRY_DELAY; local in function:perform_link_training_with_retries
1554 msleep(delay_between_attempts);
1556 delay_between_attempts += LINK_TRAINING_RETRY_DELAY;

Completed in 30 milliseconds