[Mesa-dev] [PATCH] Change the default to PCI on PowerPC

Daniel Vetter daniel at ffwll.ch
Tue May 3 14:01:14 UTC 2016


On Tue, May 03, 2016 at 09:07:59AM +0200, Christian König wrote:
> 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>.

This should also be resubmitted to dri-devel at lists.freedesktop.org, that's
where kernel patches should be sent to. Please include your signed-off-by
per Documentation/SubmittingPatches and Christian's r-b tag above.

Also, bugzilla links would be great for future reference.

Thanks, Daniel

> 
> 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;
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch


More information about the mesa-dev mailing list