]> git.itanic.dy.fi Git - linux-stable/commit
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:26:59 +0000 (14:26 -0400)
commit8c5708d3da37b8c7c3c22c7e945b9a76a7c9539b
treeeaa62e64797114908d432a71580812d0c6674fa6
parent36de13fdb04abef3ee03ade5129ab146de63983b
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