Searched refs:underflow_check_delay_us (Results 1 – 1 of 1) sorted by relevance
2935 uint32_t underflow_check_delay_us; in dcn10_apply_ctx_for_surface() local2955 underflow_check_delay_us = dc->debug.underflow_assert_delay_us; in dcn10_apply_ctx_for_surface()2957 if (underflow_check_delay_us != 0xFFFFFFFF && hws->funcs.did_underflow_occur) in dcn10_apply_ctx_for_surface()2960 if (underflow_check_delay_us != 0xFFFFFFFF) in dcn10_apply_ctx_for_surface()2961 udelay(underflow_check_delay_us); in dcn10_apply_ctx_for_surface()2963 if (underflow_check_delay_us != 0xFFFFFFFF && hws->funcs.did_underflow_occur) in dcn10_apply_ctx_for_surface()