Skip to content

Commit 2dd7d2e

Browse files
desowingregkh
authored andcommitted
drm/amdgpu: Enable gfxoff quirk on MacBook Pro
commit 4593c1b upstream. Enabling gfxoff quirk results in perfectly usable graphical user interface on MacBook Pro (15-inch, 2019) with Radeon Pro Vega 20 4 GB. Without the quirk, X server is completely unusable as every few seconds there is gpu reset due to ring gfx timeout. Signed-off-by: Tomasz Moń <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 804c096 commit 2dd7d2e

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
@@ -1272,6 +1272,8 @@ static const struct amdgpu_gfxoff_quirk amdgpu_gfxoff_quirk_list[] = {
12721272
{ 0x1002, 0x15dd, 0x103c, 0x83e7, 0xd3 },
12731273
/* GFXOFF is unstable on C6 parts with a VBIOS 113-RAVEN-114 */
12741274
{ 0x1002, 0x15dd, 0x1002, 0x15dd, 0xc6 },
1275+
/* Apple MacBook Pro (15-inch, 2019) Radeon Pro Vega 20 4 GB */
1276+
{ 0x1002, 0x69af, 0x106b, 0x019a, 0xc0 },
12751277
{ 0, 0, 0, 0, 0 },
12761278
};
12771279

0 commit comments

Comments
 (0)