Lines Matching defs:UMS
355 [Assume UMS support [[default=auto]]]),
356 [UMS="$enableval"],
357 [UMS="auto"])
361 [Only assume KMS support (no UMS) [[default=no]]]),
367 [Only assume UMS support (no KMS) [[default=no]]]),
428 UMS="yes"
433 UMS="no"
441 if test "x$UMS" = "xauto"; then
442 UMS="$legacy"
444 if test "x$UMS" = "xyes" -a "x$legacy" = "xno"; then
445 AC_MSG_ERROR([vgaHW support required for UMS (i810) driver])
448 if test "x$UMS" = "xyes"; then
484 AM_CONDITIONAL(UMS, test "x$UMS" = "xyes")
485 if test "x$UMS" = "xyes"; then
486 AC_DEFINE(UMS,1,[Assume UMS support])
491 if test "x$_EXT_CHECK" != "xno" -a "x$DRI" != "xno" -a "x$DRI1" != "xno" -a "x$UMS" = "xyes"; then
529 if test "x$DRI" = "xyes" -a "x$UMS" = "xyes" -a "x$DRI1" != "xno"; then
898 echo " Support for legacy User Mode Setting (for i810)? $UMS"