OSDN Git Service

drm/amd/display: Disable stutter for Raven
authorBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Thu, 17 Aug 2017 21:00:47 +0000 (17:00 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 22:16:54 +0000 (18:16 -0400)
Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

index 4bb78f7..e037ed8 100644 (file)
@@ -1383,6 +1383,10 @@ int amdgpu_dm_initialize_drm_device(struct amdgpu_device *adev)
                        DRM_ERROR("DM: Failed to initialize IRQ\n");
                        goto fail_free_encoder;
                }
+               /*
+                * Temporary disable until pplib/smu interaction is implemented
+                */
+               dm->dc->debug.disable_stutter = true;
                break;
 #endif
        default: