drm/amdgpu: add set_reg_remap callback for NBIO 2.3
authorAlex Deucher <alexander.deucher@amd.com>
Sun, 14 Apr 2024 17:54:48 +0000 (13:54 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 8 May 2024 19:17:06 +0000 (15:17 -0400)
commit454847c9f41f5b3c9a26498d92ef8917b9a5174d
tree0553045612c570b42185116269fb582ff8a119b2
parentcacbbfbd24422c0b7bdb2a689dce4b822001bc84
drm/amdgpu: add set_reg_remap callback for NBIO 2.3

This will be used to consolidate the register remap offset
configuration and fix  HDP flushes on systems non-4K pages.

Reviewed-by: Felix Kuehling <felix.kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/nbio_v2_3.c