Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1180 unsigned int dcc_meta_propagation_delay_us;
1162 unsigned int dcc_meta_propagation_delay_us; global() member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1366 if (is_wait_needed && dc->debug.dcc_meta_propagation_delay_us > 0) {
1367 udelay(dc->debug.dcc_meta_propagation_delay_us); in dcn401_prepare_bandwidth()