mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-12 13:55:25 -04:00
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>
This commit is contained in:
committed by
Alex Deucher
parent
904a3374a9
commit
da320625de
@@ -514,7 +514,6 @@ struct amdgpu_vmhub {
|
|||||||
struct amdgpu_mc {
|
struct amdgpu_mc {
|
||||||
resource_size_t aper_size;
|
resource_size_t aper_size;
|
||||||
resource_size_t aper_base;
|
resource_size_t aper_base;
|
||||||
resource_size_t agp_base;
|
|
||||||
/* for some chips with <= 32MB we need to lie
|
/* for some chips with <= 32MB we need to lie
|
||||||
* about vram size near mc fb location */
|
* about vram size near mc fb location */
|
||||||
u64 mc_vram_size;
|
u64 mc_vram_size;
|
||||||
|
|||||||
Reference in New Issue
Block a user