Skip to content

Commit

Permalink
Revert "drm/amd/display: correct hostvm flag"
Browse files Browse the repository at this point in the history
This reverts commit 796d6a3.

4K144 resolution isn't available on DCN31.

Reviewed-by: Sherry Wang <[email protected]>
Acked-by: Hamza Mahfooz <[email protected]>
Signed-off-by: Aric Cyr <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
  • Loading branch information
AMD-aric authored and alexdeucher committed Oct 6, 2022
1 parent d35e8b7 commit 96ab3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/amd/display/dc/dcn31/dcn31_resource.c
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ static const struct dc_debug_options debug_defaults_drv = {
.disable_z10 = true,
.optimize_edp_link_rate = true,
.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 = {
Expand Down

0 comments on commit 96ab3cb

Please sign in to comment.