summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/drmP.h
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2015-04-03 13:11:00 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2015-04-03 13:11:00 +0000
commitbc3087c72afea4da27dc2816e0de4606381f6375 (patch)
treee1daa53b4595618e6206728a0d5da4402a9a9339 /sys/dev/pci/drm/drmP.h
parent2e1df06368bf1ab89bdcbd423bf3af0402c7b156 (diff)
resync i915_drv.h to make it diffable to linux
ok kettenis@
Diffstat (limited to 'sys/dev/pci/drm/drmP.h')
-rw-r--r--sys/dev/pci/drm/drmP.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/drmP.h b/sys/dev/pci/drm/drmP.h
index 4116c3a3dab..f89e25ae6c4 100644
--- a/sys/dev/pci/drm/drmP.h
+++ b/sys/dev/pci/drm/drmP.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: drmP.h,v 1.181 2015/02/12 08:48:32 jsg Exp $ */
+/* $OpenBSD: drmP.h,v 1.182 2015/04/03 13:10:59 jsg Exp $ */
/* drmP.h -- Private header for Direct Rendering Manager -*- linux-c -*-
* Created: Mon Jan 4 10:05:05 1999 by faith@precisioninsight.com
*/
@@ -484,6 +484,7 @@ struct drm_dmamem {
int nsegs;
bus_dma_segment_t segs[1];
};
+typedef struct drm_dmamem drm_dma_handle_t;
struct drm_buf_entry {
struct drm_dmamem **seglist;