drm/amdgpu: remove pointless ttm_eu usage from DM
authorChristian König <christian.koenig@amd.com>
Tue, 19 Apr 2022 13:55:10 +0000 (15:55 +0200)
committerChristian König <christian.koenig@amd.com>
Thu, 21 Apr 2022 09:10:37 +0000 (11:10 +0200)
commitf06e2167055f4022417dcbe4cacdf15f48d60c92
tree010019ce3cf20a96c437436f8be36594624d575e
parent32c2d7a536d118d725c44178d6d8856e369f05ae
drm/amdgpu: remove pointless ttm_eu usage from DM

We just need to reserve one BO here, no need for using ttm_eu to reserve
multiple BOs.

Signed-off-by: Christian König <christian.koenig@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220419141915.122157-2-christian.koenig@amd.com
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c