Recall: [PATCH 1/2] drm/amdgpu/nbio7.7: fix IP version check

2024-12-12 Thread Wang, Yang(Kevin)
Wang, Yang(Kevin) would like to recall the message, "[PATCH 1/2] drm/amdgpu/nbio7.7: fix IP version check".

RE: [PATCH 1/2] drm/amdgpu/nbio7.7: fix IP version check

2024-12-12 Thread Wang, Yang(Kevin)
] drm/amdgpu/nbio7.7: fix IP version check Use the helper function rather than reading it directly. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/nbio_v7_7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/nbio_v7_7.c b/drivers/gpu/drm

[PATCH 1/2] drm/amdgpu/nbio7.7: fix IP version check

2024-12-12 Thread Alex Deucher
Use the helper function rather than reading it directly. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/nbio_v7_7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/nbio_v7_7.c b/drivers/gpu/drm/amd/amdgpu/nbio_v7_7.c index 1ac730328516f