diff options
author | Dave Airlie <airlied@redhat.com> | 2020-08-04 12:55:56 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2020-08-06 12:32:02 +1000 |
commit | 98399abd52b234b82457ef6c40c41543d806d3b7 (patch) | |
tree | b458dbefb69eb5d15c4f66c6dffe3aad0e87a07f /include/drm/ttm/ttm_bo_api.h | |
parent | 5969793f8656e891f9b3d1542b1642536c31f2bc (diff) |
drm/ttm: purge old manager init path.
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200804025632.3868079-24-airlied@gmail.com
Diffstat (limited to 'include/drm/ttm/ttm_bo_api.h')
-rw-r--r-- | include/drm/ttm/ttm_bo_api.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/drm/ttm/ttm_bo_api.h b/include/drm/ttm/ttm_bo_api.h index cc876cd3b82c..56d207b983e9 100644 --- a/include/drm/ttm/ttm_bo_api.h +++ b/include/drm/ttm/ttm_bo_api.h @@ -547,24 +547,6 @@ void ttm_mem_type_manager_init(struct ttm_bo_device *bdev, unsigned long p_size); /** - * ttm_bo_init_mm - * - * @bdev: Pointer to a ttm_bo_device struct. - * @mem_type: The memory type. - * @p_size: size managed area in pages. - * - * Initialize a manager for a given memory type. - * Note: if part of driver firstopen, it must be protected from a - * potentially racing lastclose. - * Returns: - * -EINVAL: invalid size or memory type. - * -ENOMEM: Not enough memory. - * May also return driver-specified errors. - */ -int ttm_bo_init_mm(struct ttm_bo_device *bdev, unsigned type, - unsigned long p_size); - -/** * ttm_bo_clean_mm * * @bdev: Pointer to a ttm_bo_device struct. |