]> www.infradead.org Git - users/hch/misc.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)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 18 Mar 2025 18:03:38 +0000 (14:03 -0400)
commit9deacd6c55f1b31e5ab20db79df2e14ac480203c
tree1bca41d4ff98d7296c559bf54fd6243998b554d7
parente00e5c223878a60e391e5422d173c3382d378f87
drm/amdgpu: don't free conflicting apertures for non-display devices

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>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c