drm/amdgpu: enable gfxoff quirk on HP 705G4
authorjsg <jsg@openbsd.org>
Fri, 11 Oct 2024 02:20:19 +0000 (02:20 +0000)
committerjsg <jsg@openbsd.org>
Fri, 11 Oct 2024 02:20:19 +0000 (02:20 +0000)
From Peng Liu
fe90214179d5ea295f573039eb1a9f7090d94e3c in linux-6.6.y/6.6.55
2c7795e245d993bcba2f716a8c93a5891ef910c9 in mainline linux

sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c

index e0a942e..b5e2c6a 100644 (file)
@@ -1174,6 +1174,8 @@ static const struct amdgpu_gfxoff_quirk amdgpu_gfxoff_quirk_list[] = {
        { 0x1002, 0x69af, 0x106b, 0x019a, 0xc0 },
        /* https://bbs.openkylin.top/t/topic/171497 */
        { 0x1002, 0x15d8, 0x19e5, 0x3e14, 0xc2 },
+       /* HP 705G4 DM with R5 2400G */
+       { 0x1002, 0x15dd, 0x103c, 0x8464, 0xd6 },
        { 0, 0, 0, 0, 0 },
 };