Skip to content

Commit 974229d

Browse files
committed
drm/amdgpu/gfx9: add gfxoff quirk
Fix screen corruption with firefox. Bug: https://bugzilla.kernel.org/show_bug.cgi?id=207171 Reviewed-by: Huang Rui <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected]
1 parent b2a7e97 commit 974229d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,6 +1234,8 @@ struct amdgpu_gfxoff_quirk {
12341234
static const struct amdgpu_gfxoff_quirk amdgpu_gfxoff_quirk_list[] = {
12351235
/* https://bugzilla.kernel.org/show_bug.cgi?id=204689 */
12361236
{ 0x1002, 0x15dd, 0x1002, 0x15dd, 0xc8 },
1237+
/* https://bugzilla.kernel.org/show_bug.cgi?id=207171 */
1238+
{ 0x1002, 0x15dd, 0x103c, 0x83e7, 0xd3 },
12371239
{ 0, 0, 0, 0, 0 },
12381240
};
12391241

0 commit comments

Comments
 (0)