Commit 96ab3cb3 authored by Aric Cyr's avatar Aric Cyr Committed by Alex Deucher

Revert "drm/amd/display: correct hostvm flag"

This reverts commit 796d6a37.

4K144 resolution isn't available on DCN31.
Reviewed-by: default avatarSherry Wang <Yao.Wang1@amd.com>
Acked-by: default avatarHamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: default avatarAric Cyr <aric.cyr@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent d35e8b7a
...@@ -890,7 +890,7 @@ static const struct dc_debug_options debug_defaults_drv = { ...@@ -890,7 +890,7 @@ static const struct dc_debug_options debug_defaults_drv = {
.disable_z10 = true, .disable_z10 = true,
.optimize_edp_link_rate = true, .optimize_edp_link_rate = true,
.enable_z9_disable_interface = true, /* Allow support for the PMFW interface for disable Z9*/ .enable_z9_disable_interface = true, /* Allow support for the PMFW interface for disable Z9*/
.dml_hostvm_override = DML_HOSTVM_NO_OVERRIDE, .dml_hostvm_override = DML_HOSTVM_OVERRIDE_FALSE,
}; };
static const struct dc_debug_options debug_defaults_diags = { static const struct dc_debug_options debug_defaults_diags = {
......
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