Lines Matching defs:KMS
350 [Assume KMS support [[default=yes]]]),
351 [KMS="$enableval"],
352 [KMS="yes"])
361 [Only assume KMS support (no UMS) [[default=no]]]),
367 [Only assume UMS support (no KMS) [[default=no]]]),
429 KMS="no"
434 KMS="yes"
480 AM_CONDITIONAL(KMS, test "x$KMS" = "xyes")
481 if test "x$KMS" = "xyes"; then
482 AC_DEFINE(KMS,1,[Assume KMS support])
588 if test "x$DRI" = "xyes" -a "x$DRI2" != "xno" -a "x$KMS" = "xyes"; then
608 if test "x$DRI" = "xyes" -a "x$DRI3" != "xno" -a "x$KMS" = "xyes"; then
681 if test "x$accel" = "xauto" -a "x$KMS" = "xyes"; then
706 if test "x$KMS" = "xyes"; then
897 echo " Support for Kernel Mode Setting? $KMS"