Home
last modified time | relevance | path

Searched refs:__HAVE_AGP (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/drivers/char/drm/
Dsavage.h34 #define __HAVE_AGP 1 macro
Dvia.h31 #define __HAVE_AGP 1 macro
Dsis.h40 #define __HAVE_AGP 1 macro
Dmga.h39 #define __HAVE_AGP 1 macro
Di810.h39 #define __HAVE_AGP 1 macro
Dr128.h39 #define __HAVE_AGP 1 macro
Di830.h39 #define __HAVE_AGP 1 macro
Dradeon.h40 #define __HAVE_AGP 1 macro
Dgamma.h69 #define __HAVE_AGP 1 macro
DdrmP.h80 #ifndef __HAVE_AGP
81 #define __HAVE_AGP 0 macro
105 #define __REALLY_HAVE_AGP (__HAVE_AGP && (defined(CONFIG_AGP) || \
Ddrm_bufs.h47 #if __HAVE_AGP && __HAVE_DMA
1053 if ( (__HAVE_AGP && (dma->flags & _DRM_DMA_USE_AGP)) || in DRM()