diff options
| author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2010-08-23 16:53:32 -0400 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2010-08-29 19:44:54 -0400 |
| commit | df8fcb09667c1b2c9dcf65de23f0bfa851e8138e (patch) | |
| tree | c49982905d4f9e7bffb24b9ca8d54b47c406302e /include/drm | |
| parent | 89c372647d1d698a96e2189ef4312a977b939839 (diff) | |
drm: kill dev->timer
Totally unused.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
| -rw-r--r-- | include/drm/drmP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index ffe6035cf471..757b63a23b14 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
| @@ -964,7 +964,6 @@ struct drm_device { | |||
| 964 | __volatile__ long context_flag; /**< Context swapping flag */ | 964 | __volatile__ long context_flag; /**< Context swapping flag */ |
| 965 | __volatile__ long interrupt_flag; /**< Interruption handler flag */ | 965 | __volatile__ long interrupt_flag; /**< Interruption handler flag */ |
| 966 | __volatile__ long dma_flag; /**< DMA dispatch flag */ | 966 | __volatile__ long dma_flag; /**< DMA dispatch flag */ |
| 967 | struct timer_list timer; /**< Timer for delaying ctx switch */ | ||
| 968 | wait_queue_head_t context_wait; /**< Processes waiting on ctx switch */ | 967 | wait_queue_head_t context_wait; /**< Processes waiting on ctx switch */ |
| 969 | int last_checked; /**< Last context checked for DMA */ | 968 | int last_checked; /**< Last context checked for DMA */ |
| 970 | int last_context; /**< Last current context */ | 969 | int last_context; /**< Last current context */ |
