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

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
...@@ -566,6 +566,8 @@ static const struct resource_caps res_cap_dnc201 = { ...@@ -566,6 +566,8 @@ static const struct resource_caps res_cap_dnc201 = {
.num_audio = 2, .num_audio = 2,
.num_stream_encoder = 2, .num_stream_encoder = 2,
.num_pll = 2, .num_pll = 2,
.num_dwb = 0,
.num_dsc = 0,
.num_ddc = 2, .num_ddc = 2,
}; };
...@@ -612,7 +614,7 @@ static const struct dc_debug_options debug_defaults_drv = { ...@@ -612,7 +614,7 @@ static const struct dc_debug_options debug_defaults_drv = {
.scl_reset_length10 = true, .scl_reset_length10 = true,
.sanity_checks = false, .sanity_checks = false,
.underflow_assert_delay_us = 0xFFFFFFFF, .underflow_assert_delay_us = 0xFFFFFFFF,
.enable_tri_buf = false, .enable_tri_buf = true,
.enable_legacy_fast_update = true, .enable_legacy_fast_update = true,
.using_dml2 = false, .using_dml2 = false,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment