Skip to content

Commit 437cf8b

Browse files
Rodrigo Siqueiraalexdeucher
authored andcommitted
drm/amd/display: Add dcc propagation value
Initialize the field dcc_meta_propagation_delay_us with 10 ms. Reviewed-by: Aurabindo Pillai <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Rodrigo Siqueira <[email protected]> Signed-off-by: Alex Deucher <[email protected]> (cherry picked from commit 74bad61)
1 parent 4df19b1 commit 437cf8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,7 @@ static const struct dc_debug_options debug_defaults_drv = {
723723
.min_prefetch_in_strobe_ns = 60000, // 60us
724724
.disable_unbounded_requesting = false,
725725
.enable_legacy_fast_update = false,
726+
.dcc_meta_propagation_delay_us = 10,
726727
.fams2_config = {
727728
.bits = {
728729
.enable = true,

0 commit comments

Comments
 (0)