From: jsg Date: Fri, 11 Oct 2024 02:18:49 +0000 (+0000) Subject: drm/amdgpu: add raven1 gfxoff quirk X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4e8807ffef498c4da0552b1d180fa5b2ebcfba3b;p=openbsd drm/amdgpu: add raven1 gfxoff quirk From Peng Liu a3c8cbefce38793ad4ac048aef08643e148bf031 in linux-6.6.y/6.6.55 0126c0ae11e8b52ecfde9d1b174ee2f32d6c3a5d in mainline linux --- diff --git a/sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c b/sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c index 68b32849a33..e0a942e988f 100644 --- a/sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c +++ b/sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c @@ -1172,6 +1172,8 @@ static const struct amdgpu_gfxoff_quirk amdgpu_gfxoff_quirk_list[] = { { 0x1002, 0x15dd, 0x1002, 0x15dd, 0xc6 }, /* Apple MacBook Pro (15-inch, 2019) Radeon Pro Vega 20 4 GB */ { 0x1002, 0x69af, 0x106b, 0x019a, 0xc0 }, + /* https://bbs.openkylin.top/t/topic/171497 */ + { 0x1002, 0x15d8, 0x19e5, 0x3e14, 0xc2 }, { 0, 0, 0, 0, 0 }, };