summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-07-10 14:11:37 +0200
committerDave Airlie <airlied@gmail.com>2013-07-23 19:20:20 +1000
commita17800c70129d5976a52c42f04a16a0f1d9df4b2 (patch)
treedf40741a025dbf7715ba4cb3001b3f0af65592cf /include/drm
parent3dadef6c96c8aa6e67f83b30504256a0605ee4d6 (diff)
downloadlinux-a17800c70129d5976a52c42f04a16a0f1d9df4b2.tar.bz2
drm: remove dev->last_switch
Only ever assigned in the context code for real, with no readers anywhere. Remove it. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@gmail.com>
Diffstat (limited to 'include/drm')
-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 449913313100..089e82028e7a 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1135,7 +1135,6 @@ struct drm_device {
__volatile__ long dma_flag; /**< DMA dispatch flag */
int last_checked; /**< Last context checked for DMA */
int last_context; /**< Last current context */
- unsigned long last_switch; /**< jiffies at last context switch */
/*@} */
struct work_struct work;