Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/riastradh-drm2]: src/sys/external/bsd/drm2/dist/include/drm Add a drm bu...
details: https://anonhg.NetBSD.org/src/rev/2aadcc3dafc0
branches: riastradh-drm2
changeset: 788167:2aadcc3dafc0
user: riastradh <riastradh%NetBSD.org@localhost>
date: Wed Jul 24 02:32:10 2013 +0000
description:
Add a drm bus irq cookie to struct drm_device.
diffstat:
sys/external/bsd/drm2/dist/include/drm/drmP.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r 99ed571d2ce5 -r 2aadcc3dafc0 sys/external/bsd/drm2/dist/include/drm/drmP.h
--- a/sys/external/bsd/drm2/dist/include/drm/drmP.h Wed Jul 24 02:31:54 2013 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drmP.h Wed Jul 24 02:32:10 2013 +0000
@@ -1212,6 +1212,9 @@
/** \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 */
Home |
Main Index |
Thread Index |
Old Index