aboutsummaryrefslogtreecommitdiff
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-07-10 17:51:10 +0200
committerDave Airlie <airlied@gmail.com>2013-07-23 19:36:23 +1000
commit23367ff49065505e4a255dba2117f654ca26063f (patch)
treed66f3cea5c473c850ebb309f5ae57d8a0bd47953 /include/drm/drmP.h
parent1d8d29cf2a9956ec5ea2395232a8121577a6cfee (diff)
drm: rip out dev->last_checked
Only ever re-cleared in drm_setup, otherwise completely unused. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@gmail.com>
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r--include/drm/drmP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 1ea404fd745..dd03fd4239a 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -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 */
/*@} */