]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu/display: add quirk handling for stutter mode
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 20 Oct 2021 20:45:00 +0000 (16:45 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 28 Oct 2021 18:26:13 +0000 (14:26 -0400)
commit67377c05dd365f71da59bc2e32328949969bbee7
tree7b160743c4ed49a4fdbc2af7f38ea23f99b718d5
parent416a5153939103bd8016c7f90544800c27efa1e4
drm/amdgpu/display: add quirk handling for stutter mode

Stutter mode is a power saving feature on GPUs, however at
least one early raven system exhibits stability issues with
it.  Add a quirk to disable it for that system.

Bug: https://bugzilla.kernel.org/show_bug.cgi?id=214417
Fixes: 591bb0d8264b33 ("drm/amdgpu: enable gfxoff again on raven series (v2)")
Reviewed-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