]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
drm/amdgpu: add raven1 gfxoff quirk
authorPeng Liu <liupeng01@kylinos.cn>
Fri, 30 Aug 2024 07:25:54 +0000 (15:25 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2024 10:03:29 +0000 (12:03 +0200)
[ Upstream commit 0126c0ae11e8b52ecfde9d1b174ee2f32d6c3a5d ]

Fix screen corruption with openkylin.

Link: https://bbs.openkylin.top/t/topic/171497
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

index 2929c8972ea7315a60d38e4a130aae54b5325c98..9360a4425c4ae6e1dbf477bb2f1a60cacb33cd85 100644 (file)
@@ -1301,6 +1301,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 },
 };