summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index f3a76c2a..92fd4f01 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -430,13 +430,6 @@ typedef struct drm_device_dma {
_DRM_DMA_USE_SG = 0x02
} flags;
- /** \name DMA support */
- /*@{ */
- drm_buf_t *this_buffer; /**< Buffer being sent */
- drm_buf_t *next_buffer; /**< Selected buffer to send */
- drm_queue_t *next_queue; /**< Queue from which buffer selected*/
- wait_queue_head_t waiting; /**< Processes waiting on free bufs */
- /*@} */
} drm_device_dma_t;
/**