drm/amdgpu: Fix address translation defect
authorYiPeng Chai <YiPeng.Chai@amd.com>
Wed, 3 Apr 2024 06:11:41 +0000 (14:11 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 26 Apr 2024 21:22:42 +0000 (17:22 -0400)
commitbcc093488503226f0d5519d2f0561c497b15cb39
treecb773f2a12054aa8f5b7a58c4afe689d6ba79781
parent7f11a836e15825342f413ba2c36b589fc38c002a
drm/amdgpu: Fix address translation defect

retired_page is page frame and should be expanded
to the full address when querying status.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c