drm/amd/display: Add dcc propagation value
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Tue, 23 Jul 2024 02:40:22 +0000 (20:40 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 6 Aug 2024 14:40:01 +0000 (10:40 -0400)
Initialize the field dcc_meta_propagation_delay_us with 10 ms.

Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c

index 9fcdf06..3e76732 100644 (file)
@@ -723,6 +723,7 @@ static const struct dc_debug_options debug_defaults_drv = {
        .min_prefetch_in_strobe_ns = 60000, // 60us
        .disable_unbounded_requesting = false,
        .enable_legacy_fast_update = false,
+       .dcc_meta_propagation_delay_us = 10,
        .fams2_config = {
                .bits = {
                        .enable = true,