]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
drm/amdgpu/nbio7.11: fix IP version check
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 12 Dec 2024 22:00:07 +0000 (17:00 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Dec 2024 18:01:31 +0000 (13:01 -0500)
Use the helper function rather than reading it directly.

Reviewed-by: Yang Wang <kevinyang.wang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 2c8eeaaa0fe5841ccf07a0eb51b1426f34ef39f7)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/nbio_v7_11.c

index 814ab59fdd4a3a370897ca4ef1413ab70f6ac1d0..41421da63a084619555b9b7673ff7eeb535ca44d 100644 (file)
@@ -275,7 +275,7 @@ static void nbio_v7_11_init_registers(struct amdgpu_device *adev)
        if (def != data)
                WREG32_SOC15(NBIO, 0, regBIF_BIF256_CI256_RC3X4_USB4_PCIE_MST_CTRL_3, data);
 
-       switch (adev->ip_versions[NBIO_HWIP][0]) {
+       switch (amdgpu_ip_version(adev, NBIO_HWIP, 0)) {
        case IP_VERSION(7, 11, 0):
        case IP_VERSION(7, 11, 1):
        case IP_VERSION(7, 11, 2):