Loading drivers/gpu/drm/drm_fops.c +0 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,6 @@ static int drm_setup(struct drm_device * dev) dev->context_flag = 0; dev->last_context = 0; dev->last_checked = 0; dev->if_version = 0; dev->buf_async = NULL; Loading include/drm/drmP.h +0 −1 Original line number Diff line number Diff line Loading @@ -1131,7 +1131,6 @@ struct drm_device { /*@{ */ int irq_enabled; /**< True if irq handler is enabled */ __volatile__ long context_flag; /**< Context swapping flag */ int last_checked; /**< Last context checked for DMA */ int last_context; /**< Last current context */ /*@} */ Loading Loading
drivers/gpu/drm/drm_fops.c +0 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,6 @@ static int drm_setup(struct drm_device * dev) dev->context_flag = 0; dev->last_context = 0; dev->last_checked = 0; dev->if_version = 0; dev->buf_async = NULL; Loading
include/drm/drmP.h +0 −1 Original line number Diff line number Diff line Loading @@ -1131,7 +1131,6 @@ struct drm_device { /*@{ */ int irq_enabled; /**< True if irq handler is enabled */ __volatile__ long context_flag; /**< Context swapping flag */ int last_checked; /**< Last context checked for DMA */ int last_context; /**< Last current context */ /*@} */ Loading