diff options
| author | Dave Airlie <airlied@linux.ie> | 2005-10-23 04:07:50 +0000 | 
|---|---|---|
| committer | Dave Airlie <airlied@linux.ie> | 2005-10-23 04:07:50 +0000 | 
| commit | bcbf5ff797f061e84223556bdcf5f6a045516355 (patch) | |
| tree | 2a4cefc8482084af7ac0c40fd71e8fed79e4f8cf /linux-core/drmP.h | |
| parent | b63b771285a91e85c2dc7daf77191c423fb4d2a5 (diff) | |
we don't use this stuff anymore .. remove 1k buffer from driver ..
Diffstat (limited to 'linux-core/drmP.h')
| -rw-r--r-- | linux-core/drmP.h | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/linux-core/drmP.h b/linux-core/drmP.h index bb1ed2aa..28367139 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -121,7 +121,6 @@  #define DRM_KERNEL_CONTEXT    0	 /**< Change drm_resctx if changed */  #define DRM_RESERVED_CONTEXTS 1	 /**< Change drm_resctx if changed */  #define DRM_LOOPING_LIMIT     5000000 -#define DRM_BSZ		      1024 /**< Buffer size for /dev/drm? output */  #define DRM_TIME_SLICE	      (HZ/20)  /**< Time slice for GLXContexts */  #define DRM_LOCK_SLICE	      1	/**< Time slice for lock, in jiffies */ @@ -713,10 +712,6 @@ typedef struct drm_device {  	cycles_t ctx_start;  	cycles_t lck_start; -	char buf[DRM_BSZ];		/**< Output buffer */ -	char *buf_rp;			/**< Read pointer */ -	char *buf_wp;			/**< Write pointer */ -	char *buf_end;			/**< End pointer */  	struct fasync_struct *buf_async;/**< Processes waiting for SIGIO */  	wait_queue_head_t buf_readers;	/**< Processes waiting to read */  	wait_queue_head_t buf_writers;	/**< Processes waiting to ctx switch */ | 
