]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdgpu: enable gfxoff quirk on HP 705G4
authorPeng Liu <liupeng01@kylinos.cn>
Fri, 30 Aug 2024 07:27:08 +0000 (15:27 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2024 13:11:30 +0000 (15:11 +0200)
commitf38b68a6b31d162b0248b56fb3617515df116d5a
tree65066deff41197663a32b61b2bf070c8a8f57ee0
parent0000f7b4da60e9e0869c1433e8e1c5231a86dd81
drm/amdgpu: enable gfxoff quirk on HP 705G4

[ Upstream commit 2c7795e245d993bcba2f716a8c93a5891ef910c9 ]

Enabling gfxoff quirk results in perfectly usable
graphical user interface on HP 705G4 DM with R5 2400G.

Without the quirk, X server is completely unusable as
every few seconds there is gpu reset due to ring gfx timeout.

Signed-off-by: Peng Liu <liupeng01@kylinos.cn>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c