Skip to content

Commit ba806f9

Browse files
ChristianKoenigAMDalexdeucher
authored andcommitted
drm/radeon: disable AGP by default
Always use the PCI GART instead. We just have to many cases where AGP still causes problems. This means a performance regression for some GPUs, but also a bug fix for some others. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent b0d4783 commit ba806f9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/gpu/drm/radeon/radeon_drv.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,7 @@ int radeon_no_wb;
171171
int radeon_modeset = -1;
172172
int radeon_dynclks = -1;
173173
int radeon_r4xx_atom = 0;
174-
#ifdef __powerpc__
175-
/* Default to PCI on PowerPC (fdo #95017) */
176174
int radeon_agpmode = -1;
177-
#else
178-
int radeon_agpmode = 0;
179-
#endif
180175
int radeon_vram_limit = 0;
181176
int radeon_gart_size = -1; /* auto */
182177
int radeon_benchmarking = 0;

0 commit comments

Comments
 (0)