[Mesa-dev] [PATCH] Change the default to PCI on PowerPC
Christian König
deathsimple at vodafone.de
Tue May 3 07:07:59 UTC 2016
Am 03.05.2016 um 08:39 schrieb Mathieu Malaterre:
> AGP mode is unstable on PowerPC
Your signed of by line is missing, but apart from that the patch is
Reviewed-by: Christian König <christian.koenig at amd.com>.
Regards,
Christian.
> ---
> drivers/gpu/drm/radeon/radeon_drv.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/drivers/gpu/drm/radeon/radeon_drv.c b/drivers/gpu/drm/radeon/radeon_drv.c
> index ccd4ad4..d1cfccf 100644
> --- a/drivers/gpu/drm/radeon/radeon_drv.c
> +++ b/drivers/gpu/drm/radeon/radeon_drv.c
> @@ -170,7 +170,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 */
> +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;
More information about the mesa-dev
mailing list