mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
drm/amdgpu: add support for MMHUB IP version 3.4.2
This initializes MMHUB IP version 3.4.2. Signed-off-by: Pratik Vishwakarma <Pratik.Vishwakarma@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
654662c29a
commit
3d706d61d9
|
|
@ -585,6 +585,7 @@ static void gmc_v11_0_set_mmhub_funcs(struct amdgpu_device *adev)
|
|||
case IP_VERSION(3, 3, 1):
|
||||
case IP_VERSION(3, 3, 2):
|
||||
case IP_VERSION(3, 4, 0):
|
||||
case IP_VERSION(3, 4, 2):
|
||||
adev->mmhub.funcs = &mmhub_v3_3_funcs;
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
|
|
@ -636,6 +636,7 @@ static void mmhub_v3_3_init_client_info(struct amdgpu_device *adev)
|
|||
ARRAY_SIZE(mmhub_client_ids_v3_3_1));
|
||||
break;
|
||||
case IP_VERSION(3, 4, 0):
|
||||
case IP_VERSION(3, 4, 2):
|
||||
amdgpu_mmhub_init_client_info(&adev->mmhub,
|
||||
mmhub_client_ids_v3_4,
|
||||
ARRAY_SIZE(mmhub_client_ids_v3_4));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user