]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Sep 2022 09:32:24 +0000 (11:32 +0200)
commit83dfcae61be819d46084139d9fec304f028e84e5
tree8a49b8e331e31b9c75bc90a50bcae6bbf6d69d22
parent386ca6720b34072f4c613dbef660ed23810de17a
drm/amdgpu: add HDP remap functionality to nbio 7.7

[ Upstream commit 8c5708d3da37b8c7c3c22c7e945b9a76a7c9539b ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/amdgpu/nbio_v7_7.c