-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path4.patch
24 lines (21 loc) · 849 Bytes
/
4.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 82cea5aec7c3144581e5e529f511f8c7e0b0fbd9 Mon Sep 17 00:00:00 2001
From: Ps3ita Team <[email protected]>
Date: Thu, 28 May 2020 16:07:57 +0200
Subject: [PATCH] Latest mesa use the rev id to detect the gpu card so we need
a different id for GLADIUS
---
drivers/gpu/drm/amd/amdgpu/cik.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/cik.c b/drivers/gpu/drm/amd/amdgpu/cik.c
index d0f602318a2ba4..625fdf9ea23c02 100644
--- a/drivers/gpu/drm/amd/amdgpu/cik.c
+++ b/drivers/gpu/drm/amd/amdgpu/cik.c
@@ -2059,7 +2059,7 @@ static int cik_common_early_init(void *handle)
AMD_PG_SUPPORT_RLC_SMU_HS |
AMD_PG_SUPPORT_SAMU |*/
0;
- adev->external_rev_id = adev->rev_id + 0x61;
+ adev->external_rev_id = adev->rev_id + 0x71;
break;
default:
/* FIXME: not supported yet */