drm/amdgpu: add HDP remap functionality to nbio 7.7
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 30 Aug 2022 15:08:09 +0000 (11:08 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 13 Sep 2022 18:32:58 +0000 (14:32 -0400)
commit7a87040ca6a1dbbcf1cbddddf74e82c95c99667a
tree7c0c2c95dc54a4592ade3331a50901d22a7e0ea4
parent49791b988ac78531ece312043d0113ad1ff9cf0f
drm/amdgpu: add HDP remap functionality to nbio 7.7

Was missing before and would have resulted in a write to
a non-existant register. Normally APUs don't use HDP, but
other asics could use this code and APUs do use the HDP
when used in passthrough.

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