OSDN Git Service

drm/amdgpu: remove agp_base
authorChristian König <christian.koenig@amd.com>
Fri, 12 Jan 2018 13:49:21 +0000 (14:49 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 19 Feb 2018 19:17:43 +0000 (14:17 -0500)
No AGP support for in this driver.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Samuel Li <Samuel.Li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h

index 2ca14d6..7a9b24e 100644 (file)
@@ -514,7 +514,6 @@ struct amdgpu_vmhub {
 struct amdgpu_mc {
        resource_size_t         aper_size;
        resource_size_t         aper_base;
-       resource_size_t         agp_base;
        /* for some chips with <= 32MB we need to lie
         * about vram size near mc fb location */
        u64                     mc_vram_size;