Lines Matching defs:DGA
465 [Enable legacy Direct Graphics Access (DGA) for i810 chipsets [default=auto]]),
466 [DGA="$enableval"],
467 [DGA="auto"])
468 if test "x$DGA" != "xno"; then
471 AC_CHECK_HEADERS([dgaproc.h], DGA="yes", DGA="no", [#include <dixstruct.h>])
474 AC_MSG_CHECKING([whether to include DGA support])
475 AC_MSG_RESULT([$DGA])
477 AM_CONDITIONAL(DGA, test "x$DGA" = "xyes")