Commit a842b7fe authored by Rodrigo Siqueira's avatar Rodrigo Siqueira Committed by Alex Deucher
Browse files

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: default avatarHamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: default avatarRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 6d4279cb
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -566,6 +566,8 @@ static const struct resource_caps res_cap_dnc201 = {
		.num_audio = 2,
		.num_stream_encoder = 2,
		.num_pll = 2,
		.num_dwb = 0,
		.num_dsc = 0,
		.num_ddc = 2,
};

@@ -612,7 +614,7 @@ static const struct dc_debug_options debug_defaults_drv = {
		.scl_reset_length10 = true,
		.sanity_checks = false,
		.underflow_assert_delay_us = 0xFFFFFFFF,
		.enable_tri_buf = false,
		.enable_tri_buf = true,
		.enable_legacy_fast_update = true,
		.using_dml2 = false,
};