Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 037d1a66 authored by Mathieu Malaterre's avatar Mathieu Malaterre Committed by Alex Deucher
Browse files

drm/radeon: Change the default to PCI on PowerPC



AGP mode is unstable on PowerPC. Symptoms are generally of the form:

[ 1228.795711] radeon 0000:00:10.0: ring 0 stalled for more than 10240msec

Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarMathieu Malaterre <malat@debian.org>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent c5a44849
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -168,7 +168,12 @@ int radeon_no_wb;
int radeon_modeset = -1;
int radeon_dynclks = -1;
int radeon_r4xx_atom = 0;
#ifdef __powerpc__
/* Default to PCI on PowerPC (fdo #95017) */
int radeon_agpmode = -1;
#else
int radeon_agpmode = 0;
#endif
int radeon_vram_limit = 0;
int radeon_gart_size = -1; /* auto */
int radeon_benchmarking = 0;