]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amdgpu: Add support for smuio 13.0.11
authorMangesh Gadre <Mangesh.Gadre@amd.com>
Thu, 30 Jan 2025 05:36:45 +0000 (13:36 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 13 Feb 2025 02:03:01 +0000 (21:03 -0500)
Add new IP version support

Signed-off-by: Mangesh Gadre <Mangesh.Gadre@amd.com>
Signed-off-by: Shiwu Zhang <shiwu.zhang@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c

index 166dec262566f73b3489bd81418919ac7fbfd34c..eca431e520386c9e83686d1b23d05a90e74f6962 100644 (file)
@@ -2939,6 +2939,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev)
                adev->smuio.funcs = &smuio_v13_0_funcs;
                break;
        case IP_VERSION(13, 0, 3):
+       case IP_VERSION(13, 0, 11):
                adev->smuio.funcs = &smuio_v13_0_3_funcs;
                if (adev->smuio.funcs->get_pkg_type(adev) == AMDGPU_PKG_TYPE_APU) {
                        adev->flags |= AMD_IS_APU;