]> git.hungrycats.org Git - linux/commitdiff
Revert "drm/amd/display: correct hostvm flag"
authorAric Cyr <aric.cyr@amd.com>
Mon, 19 Sep 2022 21:42:22 +0000 (17:42 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Oct 2022 07:58:30 +0000 (09:58 +0200)
commit 96ab3cb3b0f862308a03046d01d66c7b4154846b upstream.

This reverts commit 796d6a37ff5ffaf9f2dc0f3f4bf9f4a1034c00de.

4K144 resolution isn't available on DCN31.

Reviewed-by: Sherry Wang <Yao.Wang1@amd.com>
Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Aric Cyr <aric.cyr@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/display/dc/dcn31/dcn31_resource.c

index 8a0de6bfc716ab1a173b2745fe17b4111f29fdbf..3d9f07d4770bfa4c86730364cf1bbfff33cf275c 100644 (file)
@@ -892,7 +892,7 @@ static const struct dc_debug_options debug_defaults_drv = {
        .enable_sw_cntl_psr = true,
        .apply_vendor_specific_lttpr_wa = 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 = {