drm/ttm: cleanup ttm_agp_backend
authorChristian König <christian.koenig@amd.com>
Mon, 26 Apr 2021 17:20:55 +0000 (19:20 +0200)
committerChristian König <christian.koenig@amd.com>
Mon, 3 May 2021 10:50:41 +0000 (12:50 +0200)
commitdc52e41d26610cb7b8e95c7d45aa7457b5dcc002
treea184560b6644c75942258a90d923d9969eb4127d
parent8f86c82aba8b13e732cfdd6d0e19a7dd48197e43
drm/ttm: cleanup ttm_agp_backend

Audit the includes and stop accessing the internal drm_mm_node.

The ttm_resource::start is the same value as the drm_mm_node::start.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Michael J. Ruhl <michael.j.ruhl@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210426175824.122557-1-christian.koenig@amd.com
drivers/gpu/drm/ttm/ttm_agp_backend.c