]> Git Repo - J-linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
Merge tag 'reset-for-v5.20' of git://git.pengutronix.de/pza/linux into arm/late
[J-linux.git] / drivers / gpu / drm / amd / amdgpu / dce_v8_0.c
index 84440741c60bcc542b569d9039c28f26ed2a116a..7c75df5bffed3be847778999162d014cfde8b3f7 100644 (file)
@@ -2693,7 +2693,8 @@ static int dce_v8_0_sw_init(void *handle)
        adev_to_drm(adev)->mode_config.max_height = 16384;
 
        adev_to_drm(adev)->mode_config.preferred_depth = 24;
-       adev_to_drm(adev)->mode_config.prefer_shadow = 1;
+       /* disable prefer shadow for now due to hibernation issues */
+       adev_to_drm(adev)->mode_config.prefer_shadow = 0;
 
        adev_to_drm(adev)->mode_config.fb_modifiers_not_supported = true;
 
This page took 0.028381 seconds and 4 git commands to generate.