drm/ttm: remove nonsense AGP handling
authorChristian König <christian.koenig@amd.com>
Fri, 18 Sep 2020 14:20:20 +0000 (16:20 +0200)
committerChristian König <christian.koenig@amd.com>
Wed, 23 Sep 2020 13:16:36 +0000 (15:16 +0200)
commit4127a6204970b3d7cb140117472eb3dd99bd1a0d
treef9f96742c7ad4b197ec9e789cd032da6a3a528ae
parentad44c03208e46b83e4ae3269e32c9e524aa71cf8
drm/ttm: remove nonsense AGP handling

map_page_into_agp() and unmap_page_from_agp() are only defined on x86.

On all other platforms they are defined as noops. So this code doesn't has any effect at all.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/391292/
include/drm/ttm/ttm_set_memory.h