diff options
Diffstat (limited to 'bsd')
| -rw-r--r-- | bsd/drmP.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -223,7 +223,8 @@ typedef struct drm_device_dma {  	unsigned long	  byte_count;  	enum {  		_DRM_DMA_USE_AGP = 0x01, -		_DRM_DMA_USE_SG  = 0x02 +		_DRM_DMA_USE_SG  = 0x02, +		_DRM_DMA_USE_FB  = 0x04  	} flags;  				/* DMA support */ | 
