Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4278 → Rev 4279

/drivers/include/drm/drmP.h
185,7 → 185,7
/** \name Begin the DRM... */
/*@{*/
 
#define DRM_DEBUG_CODE 0 /**< Include debugging code if > 1, then
#define DRM_DEBUG_CODE 2 /**< Include debugging code if > 1, then
also include looping detection. */
 
#define DRM_MAGIC_HASH_ORDER 4 /**< Size of key hash table. Must be power of 2. */
1358,7 → 1358,8
struct drm_file *file_priv);
extern int drm_mapbufs(struct drm_device *dev, void *data,
struct drm_file *file_priv);
extern int drm_order(unsigned long size);
extern int drm_dma_ioctl(struct drm_device *dev, void *data,
struct drm_file *file_priv);
 
/* DMA support (drm_dma.h) */
extern int drm_legacy_dma_setup(struct drm_device *dev);