drm/amdgpu/discovery: set flag for GC 11.0.1
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 19 Apr 2022 21:34:40 +0000 (17:34 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 6 May 2022 14:36:14 +0000 (10:36 -0400)
Set the APU flag appropriately for GC 11.0.1.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c

index 5c6d8a6..8621e30 100644 (file)
@@ -2152,6 +2152,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev)
        case IP_VERSION(10, 3, 3):
        case IP_VERSION(10, 3, 6):
        case IP_VERSION(10, 3, 7):
+       case IP_VERSION(11, 0, 1):
                adev->flags |= AMD_IS_APU;
                break;
        default: