Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: enable gfxoff quirk on HP 705G4

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>

authored by

Peng Liu and committed by
Alex Deucher
2c7795e2 0126c0ae

+2
+2
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
··· 1347 1347 { 0x1002, 0x69af, 0x106b, 0x019a, 0xc0 }, 1348 1348 /* https://bbs.openkylin.top/t/topic/171497 */ 1349 1349 { 0x1002, 0x15d8, 0x19e5, 0x3e14, 0xc2 }, 1350 + /* HP 705G4 DM with R5 2400G */ 1351 + { 0x1002, 0x15dd, 0x103c, 0x8464, 0xd6 }, 1350 1352 { 0, 0, 0, 0, 0 }, 1351 1353 }; 1352 1354