]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: fix sysfs ip base addr with 64bit
authorLikun Gao <Likun.Gao@amd.com>
Fri, 27 Feb 2026 07:16:09 +0000 (15:16 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 11 Mar 2026 17:58:08 +0000 (13:58 -0400)
commitcbbf33396c5b4b54e28e9865a28090eca7a13173
tree3851ce16c2742bee6278bef02310c0289c6a65ec
parentd3f8a9eba034d4c223d516a5f31a011b428a7c21
drm/amdgpu: fix sysfs ip base addr with 64bit

Correct the base addr value shown on sysfs with ignore reg_base_64,
since the base_addr value have been over write when discovery_init.

Signed-off-by: Likun Gao <Likun.Gao@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