drm/radeon: stop implementing init_mem_type
authorChristian König <christian.koenig@amd.com>
Thu, 23 Jul 2020 09:47:57 +0000 (11:47 +0200)
committerChristian König <christian.koenig@amd.com>
Fri, 31 Jul 2020 15:13:22 +0000 (17:13 +0200)
commitb0691b34f1e0a40ed565a1420e8a749cc728d422
treee230fbce2dfe3bd507d87419fbd3ed45dcba4074
parentbe1213a341a289afc51f89181c310e368fba0b66
drm/radeon: 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/382080/
drivers/gpu/drm/radeon/radeon_ttm.c