Skip to content

Commit 05c8b69

Browse files
Lijo Lazaralexdeucher
authored andcommitted
drm/amdgpu: Update external revid for GC v9.5.0
Use different external revid for GC v9.5.0 SOCs. Signed-off-by: Lijo Lazar <lijo.lazar@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Asad Kamal <asad.kamal@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> (cherry picked from commit 21c6764) Cc: stable@vger.kernel.org
1 parent 389d79a commit 05c8b69

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,6 +1218,8 @@ static int soc15_common_early_init(struct amdgpu_ip_block *ip_block)
12181218
AMD_PG_SUPPORT_JPEG;
12191219
/*TODO: need a new external_rev_id for GC 9.4.4? */
12201220
adev->external_rev_id = adev->rev_id + 0x46;
1221+
if (amdgpu_ip_version(adev, GC_HWIP, 0) == IP_VERSION(9, 5, 0))
1222+
adev->external_rev_id = adev->rev_id + 0x50;
12211223
break;
12221224
default:
12231225
/* FIXME: not supported yet */

0 commit comments

Comments
 (0)