Skip to content

Commit ba93ddd

Browse files
Aurabindo Pillaialexdeucher
authored andcommitted
drm/amd/display: Temporarily disable hostvm on DCN31
With HostVM enabled, DCN31 fails to pass validation for 3x4k60. Some Linux userspace does not downgrade one of the monitors to 4k30, and the result is that the monitor does not light up. Disable it until the bandwidth calculation failure is resolved. Reviewed-by: Sun peng Li <sunpeng.li@amd.com> Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Zaeem Mohamed <zaeem.mohamed@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent ab021b9 commit ba93ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ static const struct dc_debug_options debug_defaults_drv = {
890890
.disable_z10 = true,
891891
.enable_legacy_fast_update = true,
892892
.enable_z9_disable_interface = true, /* Allow support for the PMFW interface for disable Z9*/
893-
.dml_hostvm_override = DML_HOSTVM_NO_OVERRIDE,
893+
.dml_hostvm_override = DML_HOSTVM_OVERRIDE_FALSE,
894894
.using_dml2 = false,
895895
};
896896

0 commit comments

Comments
 (0)