drm/qxl: stop implementing init_mem_type
authorChristian König <christian.koenig@amd.com>
Thu, 23 Jul 2020 14:29:59 +0000 (16:29 +0200)
committerChristian König <christian.koenig@amd.com>
Fri, 31 Jul 2020 15:14:09 +0000 (17:14 +0200)
commitccd0dc437f257e42016b20375d52cd1631529e06
tree9b082f25b8c9dc849f92692205fa8bce5daa9cc5
parent009869fde901a4086f3590ec7c9a02de07801276
drm/qxl: 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/382083/
drivers/gpu/drm/qxl/qxl_ttm.c