Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_hw_sequencer.c2519 uint32_t underflow_check_delay_us; in dcn10_apply_ctx_for_surface() local
2534 underflow_check_delay_us = dc->debug.underflow_assert_delay_us; in dcn10_apply_ctx_for_surface()
2536 if (underflow_check_delay_us != 0xFFFFFFFF && hws->funcs.did_underflow_occur) in dcn10_apply_ctx_for_surface()
2544 if (underflow_check_delay_us != 0xFFFFFFFF) in dcn10_apply_ctx_for_surface()
2545 udelay(underflow_check_delay_us); in dcn10_apply_ctx_for_surface()
2547 if (underflow_check_delay_us != 0xFFFFFFFF && hws->funcs.did_underflow_occur) in dcn10_apply_ctx_for_surface()