Skip to content

Commit 2b8064d

Browse files
ChristianKoenigAMDgregkh
authored andcommitted
drm/radeon: disable AGP by default
[ Upstream commit ba806f9 ] 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 <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 1bed3b8 commit 2b8064d

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
@@ -168,12 +168,7 @@ int radeon_no_wb;
168168
int radeon_modeset = -1;
169169
int radeon_dynclks = -1;
170170
int radeon_r4xx_atom = 0;
171-
#ifdef __powerpc__
172-
/* Default to PCI on PowerPC (fdo #95017) */
173171
int radeon_agpmode = -1;
174-
#else
175-
int radeon_agpmode = 0;
176-
#endif
177172
int radeon_vram_limit = 0;
178173
int radeon_gart_size = -1; /* auto */
179174
int radeon_benchmarking = 0;

0 commit comments

Comments
 (0)