]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit666e2bce1d01c916e1d2e8b44b7826da95e238ad
treef9f96742c7ad4b197ec9e789cd032da6a3a528ae
parent83fedcc9b89315a9ffbe9c8b40219577acc330ac
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