drm/amd/display: Disable stutter for Raven
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>
This commit is contained in:
parent
3f1f74f436
commit
79c2408657
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue