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.koe...@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;

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to