Module Name: src
Committed By: riastradh
Date: Wed Jul 24 02:32:10 UTC 2013
Modified Files:
src/sys/external/bsd/drm2/dist/include/drm [riastradh-drm2]: drmP.h
Log Message:
Add a drm bus irq cookie to struct drm_device.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1.2.28 -r1.1.1.1.2.29 \
src/sys/external/bsd/drm2/dist/include/drm/drmP.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/dist/include/drm/drmP.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.1.1.1.2.28 src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.1.1.1.2.29
--- src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.1.1.1.2.28 Wed Jul 24 02:31:54 2013
+++ src/sys/external/bsd/drm2/dist/include/drm/drmP.h Wed Jul 24 02:32:10 2013
@@ -1212,6 +1212,9 @@ struct drm_device {
/** \name Context support */
/*@{ */
int irq_enabled; /**< True if irq handler is enabled */
+#ifdef __NetBSD__
+ struct drm_bus_irq_cookie *irq_cookie;
+#endif
__volatile__ long context_flag; /**< Context swapping flag */
__volatile__ long interrupt_flag; /**< Interruption handler flag */
__volatile__ long dma_flag; /**< DMA dispatch flag */