drm/amdgpu: add nv common init for gc 10.3.6
This patch adds add nv common init for gc 10.3.6. Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
91aa9c8f52
commit
1957f27de2
2 changed files with 6 additions and 0 deletions
|
|
@ -1177,6 +1177,7 @@ static int amdgpu_discovery_set_common_ip_blocks(struct amdgpu_device *adev)
|
|||
case IP_VERSION(10, 3, 3):
|
||||
case IP_VERSION(10, 3, 4):
|
||||
case IP_VERSION(10, 3, 5):
|
||||
case IP_VERSION(10, 3, 6):
|
||||
case IP_VERSION(10, 3, 7):
|
||||
amdgpu_device_ip_block_add(adev, &nv_common_ip_block);
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -908,6 +908,11 @@ static int nv_common_early_init(void *handle)
|
|||
adev->pg_flags = 0;
|
||||
adev->external_rev_id = adev->rev_id + 0x82;
|
||||
break;
|
||||
case IP_VERSION(10, 3, 6):
|
||||
adev->cg_flags = 0;
|
||||
adev->pg_flags = 0;
|
||||
adev->external_rev_id = adev->rev_id + 0x01;
|
||||
break;
|
||||
case IP_VERSION(10, 3, 7):
|
||||
adev->cg_flags = 0;
|
||||
adev->pg_flags = AMD_PG_SUPPORT_VCN |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue