summaryrefslogtreecommitdiff
path: root/driver/xf86-video-ati/src/radeon_probe.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2015-04-14 19:55:50 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2015-04-14 19:55:50 +0000
commitacb6dfc9793de58d6c0ed4a8ede246e4cdba4563 (patch)
treeb17adcf30d72b20d9df605557550a39e35682177 /driver/xf86-video-ati/src/radeon_probe.c
parentc8134a388be5c5bccf15ee4db0fe249d63c0c0fe (diff)
Update to xf86-video-ati 7.5.0. Discussed with jsg@
Diffstat (limited to 'driver/xf86-video-ati/src/radeon_probe.c')
-rw-r--r--driver/xf86-video-ati/src/radeon_probe.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/driver/xf86-video-ati/src/radeon_probe.c b/driver/xf86-video-ati/src/radeon_probe.c
index 2d3c58e82..ad1e96ea9 100644
--- a/driver/xf86-video-ati/src/radeon_probe.c
+++ b/driver/xf86-video-ati/src/radeon_probe.c
@@ -202,6 +202,10 @@ RADEONDriverFunc(ScrnInfoPtr scrn, xorgDriverFuncOp op, void *data)
flag = (CARD32 *)data;
(*flag) = 0;
return TRUE;
+#if XORG_VERSION_CURRENT > XORG_VERSION_NUMERIC(1,15,99,0,0)
+ case SUPPORTS_SERVER_FDS:
+ return TRUE;
+#endif
default:
return FALSE;
}
@@ -272,6 +276,7 @@ radeon_platform_probe(DriverPtr pDriver,
pRADEONEnt = pPriv->ptr;
pRADEONEnt->HasSecondary = TRUE;
}
+ pRADEONEnt->platform_dev = dev;
}
free(pEnt);