diff options
Diffstat (limited to 'include')
-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 */ |