aboutsummaryrefslogtreecommitdiff
path: root/bsd-core/drmP.h
diff options
context:
space:
mode:
authorRobert Noland <rnoland@2hip.net>2007-12-02 01:23:11 -0500
committerRobert Noland <rnoland@2hip.net>2007-12-02 01:23:11 -0500
commitfbc307274f7cb29f986daae3d8e367d53172e3ba (patch)
treeb945d638f0bba3a77f991a526ca31857806769ee /bsd-core/drmP.h
parent787d500c15c964f2a715ea0c949177c1d38dc367 (diff)
bsd: Now make secondary vblank work
We needed to specifically check for driver support and test the correct vbl_received value. Also pulled over support for _DRM_VBLANK_NEXTONMISS from the linux code.
Diffstat (limited to 'bsd-core/drmP.h')
-rw-r--r--bsd-core/drmP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd-core/drmP.h b/bsd-core/drmP.h
index 243a984c..56605d1f 100644
--- a/bsd-core/drmP.h
+++ b/bsd-core/drmP.h
@@ -687,6 +687,7 @@ struct drm_driver_info {
unsigned use_dma_queue :1;
unsigned use_irq :1;
unsigned use_vbl_irq :1;
+ unsigned use_vbl_irq2 :1;
unsigned use_mtrr :1;
};