Skip to content

Commit a842b7f

Browse files
Rodrigo Siqueiraalexdeucher
authored andcommitted
drm/amd/display: Update resource capabilities and debug struct for DCN201
Some of the resource capabilities for DCN201 and the debug default option are outdated. This commit just set some of the missing configurations for DCN201. Acked-by: Hamza Mahfooz <[email protected]> Signed-off-by: Rodrigo Siqueira <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 6d4279c commit a842b7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,8 @@ static const struct resource_caps res_cap_dnc201 = {
566566
.num_audio = 2,
567567
.num_stream_encoder = 2,
568568
.num_pll = 2,
569+
.num_dwb = 0,
570+
.num_dsc = 0,
569571
.num_ddc = 2,
570572
};
571573

@@ -612,7 +614,7 @@ static const struct dc_debug_options debug_defaults_drv = {
612614
.scl_reset_length10 = true,
613615
.sanity_checks = false,
614616
.underflow_assert_delay_us = 0xFFFFFFFF,
615-
.enable_tri_buf = false,
617+
.enable_tri_buf = true,
616618
.enable_legacy_fast_update = true,
617619
.using_dml2 = false,
618620
};

0 commit comments

Comments
 (0)