drm/amdgpu: Fix offset for HDP remap in nbio v7.11
authorLijo Lazar <lijo.lazar@amd.com>
Mon, 21 Apr 2025 07:55:51 +0000 (13:25 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Apr 2025 22:05:14 +0000 (18:05 -0400)
commitd8116a32cdbe456c7f511183eb9ab187e3d590fb
tree6b629376bbdb29d29a9e3f2024cab86af1987f81
parent923406e74ec66364b829b7f8b6b67d46200567a6
drm/amdgpu: Fix offset for HDP remap in nbio v7.11

APUs in passthrough mode use HDP flush. 0x7F000 offset used for
remapping HDP flush is mapped to VPE space which could get power gated.
Use another unused offset in BIF space.

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/nbio_v7_11.c