]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Jul 2022 15:25:12 +0000 (17:25 +0200)
commitac1911cbacf3baec6da159e08866843cb3c2ef9d
tree34e038cfd27610c5f536d4ce4d93ec2b3e324064
parent1d2b9ff6cde9fcbb1085f3a96a2bbc526ecd0886
drm/amdgpu/display: add quirk handling for stutter mode

[ Upstream commit 67377c05dd365f71da59bc2e32328949969bbee7 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c