drm/amdgpu: stop implementing init_mem_type
authorChristian König <christian.koenig@amd.com>
Thu, 23 Jul 2020 13:07:45 +0000 (15:07 +0200)
committerChristian König <christian.koenig@amd.com>
Fri, 31 Jul 2020 15:13:34 +0000 (17:13 +0200)
commit473633540c2f51403df1b065ccf51d8267e880a6
treeca3cc61fd9633521c51d7de349e4f7b526b7f9a8
parentb0691b34f1e0a40ed565a1420e8a749cc728d422
drm/amdgpu: stop implementing init_mem_type

Instead just initialize the memory type parameters
before calling ttm_bo_init_mm.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/382084/
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c