summaryrefslogtreecommitdiff
path: root/src/radeon_accel.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2007-11-20 14:10:23 +1000
committerDave Airlie <airlied@redhat.com>2007-11-20 14:10:23 +1000
commit80023441ba46882bc810ff3790c7148059f155f5 (patch)
tree09d7040417b74f6eeb8263e4013a11ab1e92801d /src/radeon_accel.c
parentf6fbbacc17bf9b1073d3e993b225987fd9173182 (diff)
r600: block r600 startup due to lack of memory controller info
Diffstat (limited to 'src/radeon_accel.c')
-rw-r--r--src/radeon_accel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_accel.c b/src/radeon_accel.c
index eb833fb..4ce76cb 100644
--- a/src/radeon_accel.c
+++ b/src/radeon_accel.c
@@ -853,6 +853,9 @@ Bool RADEONAccelInit(ScreenPtr pScreen)
ScrnInfoPtr pScrn = xf86Screens[pScreen->myNum];
RADEONInfoPtr info = RADEONPTR(pScrn);
+ if (info->ChipFamily >= CHIP_FAMILY_R600)
+ return FALSE;
+
#ifdef USE_EXA
if (info->useEXA) {
# ifdef XF86DRI