From: Alex Deucher <alexander.deucher@xxxxxxx> commit 6ebc5b92190e01dd48313b68cbf752c9adcfefa8 upstream. Use the helper function rather than reading it directly. Reviewed-by: Yang Wang <kevinyang.wang@xxxxxxx> Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx> (cherry picked from commit 63bfd24088b42c6f55c2096bfc41b50213d419b2) Cc: stable@xxxxxxxxxxxxxxx Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/gpu/drm/amd/amdgpu/mmhub_v4_1_0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/mmhub_v4_1_0.c b/drivers/gpu/drm/amd/amdgpu/mmhub_v4_1_0.c index 0fbc3be81f14..f2ab5001b492 100644 --- a/drivers/gpu/drm/amd/amdgpu/mmhub_v4_1_0.c +++ b/drivers/gpu/drm/amd/amdgpu/mmhub_v4_1_0.c @@ -108,7 +108,7 @@ mmhub_v4_1_0_print_l2_protection_fault_status(struct amdgpu_device *adev, dev_err(adev->dev, "MMVM_L2_PROTECTION_FAULT_STATUS_LO32:0x%08X\n", status); - switch (adev->ip_versions[MMHUB_HWIP][0]) { + switch (amdgpu_ip_version(adev, MMHUB_HWIP, 0)) { case IP_VERSION(4, 1, 0): mmhub_cid = mmhub_client_ids_v4_1_0[cid][rw]; break; -- 2.47.1 Patches currently in stable-queue which might be from alexander.deucher@xxxxxxx are queue-6.12/drm-amd-update-strapping-for-nbio-2.5.0.patch queue-6.12/drm-amdgpu-don-t-access-invalid-sched.patch queue-6.12/drm-amdgpu-nbio7.7-fix-ip-version-check.patch queue-6.12/drm-amdgpu-smu14.0.2-fix-ip-version-check.patch queue-6.12/drm-amdgpu-mmhub4.1-fix-ip-version-check.patch queue-6.12/drm-amdgpu-gfx12-fix-ip-version-check.patch queue-6.12/drm-amdgpu-nbio7.0-fix-ip-version-check.patch queue-6.12/drm-amdgpu-fix-amdgpu_coredump.patch queue-6.12/drm-amdgpu-handle-null-bo-tbo.resource-again-in-amdgpu_vm_bo_update.patch queue-6.12/drm-amdgpu-nbio7.11-fix-ip-version-check.patch