diff options
| author | Nian Wu <nian.wu@intel.com> | 2007-03-23 17:00:41 +0800 |
|---|---|---|
| committer | Nian Wu <nian.wu@intel.com> | 2007-03-23 17:00:41 +0800 |
| commit | e7cd5a1e2df29c1a06b74439faf750c6c5bb8e4a (patch) | |
| tree | 5c074a2bea8454dc343993a3af2d1ebb3a444f3b /shared-core/nouveau_drv.h | |
| parent | 0467ad41188031073cbbad1139a916e2439af2f1 (diff) | |
| parent | 4988fa48869098b18a3b60884550614818d60445 (diff) | |
Merge git://proxy01.pd.intel.com:9419/git/mesa/drm into crestline
Diffstat (limited to 'shared-core/nouveau_drv.h')
| -rw-r--r-- | shared-core/nouveau_drv.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/shared-core/nouveau_drv.h b/shared-core/nouveau_drv.h index 92aea31c..265479f8 100644 --- a/shared-core/nouveau_drv.h +++ b/shared-core/nouveau_drv.h @@ -110,13 +110,6 @@ typedef struct drm_nouveau_private { drm_local_map_t *fb; drm_local_map_t *ramin; /* NV40 onwards */ - //TODO: Remove me, I'm bogus :) - int cur_fifo; - - struct nouveau_object *fb_obj; - int cmdbuf_ch_size; - struct mem_block* cmdbuf_alloc; - int fifo_alloc_count; struct nouveau_fifo fifos[NV_MAX_FIFO_NUMBER]; |
