diff options
author | Peng Liu <liupeng01@kylinos.cn> | 2024-08-30 15:25:54 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-09-06 17:38:33 -0400 |
commit | 0126c0ae11e8b52ecfde9d1b174ee2f32d6c3a5d (patch) | |
tree | 5531bcad77a9db182a6d098c72920042b4281f5c /drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | |
parent | 7b17e8f3a074ff4558527f6c595f49444a2c6fa0 (diff) | |
download | linux-0126c0ae11e8b52ecfde9d1b174ee2f32d6c3a5d.tar.gz linux-0126c0ae11e8b52ecfde9d1b174ee2f32d6c3a5d.tar.bz2 linux-0126c0ae11e8b52ecfde9d1b174ee2f32d6c3a5d.zip |
drm/amdgpu: add raven1 gfxoff quirk
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c index 8cf5d7925b51..a05a5dc7f2c7 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c @@ -1345,6 +1345,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 }, }; |