]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdgpu: don't free conflicting apertures for non-display devices
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 25 Sep 2024 14:29:31 +0000 (10:29 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 May 2025 09:12:36 +0000 (11:12 +0200)
commit9f6b0f1674dc65963009bd94b82a24bfea006494
treeafd979be25abbe1f7fec664c8e1f2fd1a9dbd38c
parent6778d5288c25bdde4b19e15a46b20147e21303ed
drm/amdgpu: don't free conflicting apertures for non-display devices

[ Upstream commit 9deacd6c55f1b31e5ab20db79df2e14ac480203c ]

PCI_CLASS_ACCELERATOR_PROCESSING devices won't ever be
the sysfb, so there is no need to free conflicting
apertures.

Reviewed-by: Kent Russell <kent.russell@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c