Home | History | Annotate | Download | only in libdrm

Lines Matching full:intel

79 AC_ARG_ENABLE(intel,
80 AS_HELP_STRING([--disable-intel],
81 [Enable support for intel's KMS API (default: auto, enabled on x86)]),
82 [INTEL=$enableval], [INTEL=auto])
220 ]],[[]])], [drm_cv_atomic_primitives="Intel"],[])
234 [Enable if your compiler supports the Intel __sync_* atomic primitives])
242 dnl $1 - value to be evaluated. Eg. $INTEL, $NOUVEAU, ...
243 dnl $2 - libdrm shortname. Eg. intel, freedreno, ...
244 dnl $3 - GPU name/brand. Eg. Intel, NVIDIA Tegra, ...
245 dnl $4 - Configure switch. Eg. intel, omap-experimental-api, ...
255 LIBDRM_ATOMICS_NOT_FOUND_MSG($INTEL, intel, Intel, intel)
256 INTEL=no
276 if test "x$INTEL" = xauto; then
278 i?86|x86_64) INTEL=yes ;;
279 *) INTEL=no ;;
299 if test "x$INTEL" != "xno"; then
322 AM_CONDITIONAL(HAVE_INTEL, [test "x$INTEL" = xyes])
323 if test "x$INTEL" = xyes; then
324 AC_DEFINE(HAVE_INTEL, 1, [Have intel support])
493 intel/Makefile
494 intel/libdrm_intel.pc
533 echo " Intel API $INTEL"