drm/amdgpu: enable GTT fallback handling for dGPUs only
authorChristian König <christian.koenig@amd.com>
Tue, 4 Jun 2024 16:05:00 +0000 (18:05 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 12 Nov 2024 22:10:05 +0000 (17:10 -0500)
commite8fc090d322346e5ce4c4cfe03a8100e31f61c3c
treebe14380e7fc46573fe1e81e19fb8d64632707438
parent8521e3c5f0585cad3e73e4ba73535dc274e7eba6
drm/amdgpu: enable GTT fallback handling for dGPUs only

That is just a waste of time on APUs.

Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3704
Fixes: 216c1282dde3 ("drm/amdgpu: use GTT only as fallback for VRAM|GTT")
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c