]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
drm/amdgpu: add another raven1 gfxoff quirk
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 26 May 2020 17:58:26 +0000 (13:58 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Apr 2021 20:58:37 +0000 (16:58 -0400)
HP Elite Disk 705 G4 Micro seems to have issues with gfxoff.

Bug: https://bugzilla.kernel.org/show_bug.cgi?id=207899
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c

index 06811a1f462561479aa0711b910de5942eb4835b..b0ff7150797716c2bb032d5c959a090566ae99cd 100644 (file)
@@ -1265,6 +1265,8 @@ static const struct amdgpu_gfxoff_quirk amdgpu_gfxoff_quirk_list[] = {
        { 0x1002, 0x15dd, 0x103c, 0x83e7, 0xd3 },
        /* GFXOFF is unstable on C6 parts with a VBIOS 113-RAVEN-114 */
        { 0x1002, 0x15dd, 0x1002, 0x15dd, 0xc6 },
+       /* https://bugzilla.kernel.org/show_bug.cgi?id=207899 */
+       { 0x1002, 0x15dd, 0x103c, 0x83e9, 0xd6 },
        { 0, 0, 0, 0, 0 },
 };