summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2018-01-12 14:49:21 +0100
committerAlex Deucher <alexander.deucher@amd.com>2018-02-19 14:17:43 -0500
commitda320625de81f508bbe658d57bfa015ff8894de2 (patch)
tree9970d38a6871811ac25139016242fc2d06bb8933 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parent904a3374a9ea8769521f2d4edb3aaaf78bda4f9e (diff)
drm/amdgpu: remove agp_base
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 2ca14d6dd6f1..7a9b24e9067f 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -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;