Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1066 unsigned int dcc_meta_propagation_delay_us; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1333 if (is_wait_needed && dc->debug.dcc_meta_propagation_delay_us > 0) { in dcn401_wait_for_dcc_meta_propagation()
1334 udelay(dc->debug.dcc_meta_propagation_delay_us); in dcn401_wait_for_dcc_meta_propagation()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn401/
H A Ddcn401_resource.c725 .dcc_meta_propagation_delay_us = 10,