OSDN Git Service

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

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>
Link: https://patchwork.freedesktop.org/patch/msgid/20220419141915.122157-1-christian.koenig@amd.com
drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c