Eric Anholt <[email protected]> writes:

> +     if test "x$DRM" = xyes; then
> +             dnl 2.4.38 is required for drmPrimeFDToHandle().
> +             PKG_CHECK_EXISTS(libdrm >= 2.4.38)
> +             XORG_DRIVER_MODESETTING=yes
> +     fi
> +

The existing code checks for 2.4.46. Have you verified that the driver
actually works with 2.4.38?


> @@ -144,7 +144,7 @@ static XF86ModuleVersionInfo VersRec = {
>      MODINFOSTRING1,
>      MODINFOSTRING2,
>      XORG_VERSION_CURRENT,
> -    PACKAGE_VERSION_MAJOR, PACKAGE_VERSION_MINOR, PACKAGE_VERSION_PATCHLEVEL,
> +    1, 0, 0,

These numbers seem fictional to me; is there some reason to *not* use
the same version as the X server itself here?

-- 
[email protected]

Attachment: pgpv0wGVRZydm.pgp
Description: PGP signature

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to