Only require DRM 1.2. That's the version we claim to support and it the driver

doesn't actually seem to require any newer interfaces.

ok jsg@
This commit is contained in:
kettenis 2013-01-17 11:07:36 +00:00
parent f43e7c87ae
commit 87c6ca56f8

View File

@ -240,7 +240,7 @@ static Bool probe_hw_pci(char *dev, struct pci_device *pdev)
return FALSE;
sv.drm_di_major = 1;
sv.drm_di_minor = 4;
sv.drm_di_minor = 2;
sv.drm_dd_major = -1;
sv.drm_dd_minor = -1;
if (drmSetInterfaceVersion(fd, &sv)) {