Lines Matching defs:KMS
354 [Assume KMS support [[default=yes]]]),
355 [KMS="$enableval"],
356 [KMS="yes"])
365 [Only assume KMS support (no UMS) [[default=no]]]),
371 [Only assume UMS support (no KMS) [[default=no]]]),
432 KMS="no"
437 KMS="yes"
483 AM_CONDITIONAL(KMS, test "x$KMS" = "xyes")
484 if test "x$KMS" = "xyes"; then
485 AC_DEFINE(KMS,1,[Assume KMS support])
581 if test "x$DRI" = "xyes" -a "x$DRI2" != "xno" -a "x$KMS" = "xyes"; then
596 if test "x$DRI" = "xyes" -a "x$DRI3" != "xno" -a "x$KMS" = "xyes"; then
666 if test "x$accel" = "xauto" -a "x$KMS" = "xyes"; then
691 if test "x$KMS" = "xyes"; then
901 echo " Support for Kernel Mode Setting? $KMS"