diff options
author | Jonathan Gray <jsg@jsg.id.au> | 2013-03-04 18:59:38 +1100 |
---|---|---|
committer | Jonathan Gray <jsg@jsg.id.au> | 2013-03-04 18:59:38 +1100 |
commit | 6390f59468cfa465f83be1e2bdb5548a436d4cf8 (patch) | |
tree | 340cd15446b6b6f437783f3bb81352d2402765db /sys/dev/pci/drm/i915_drv.h | |
parent | 15052a6e2a7efa642198f94959f759183b2e58ef (diff) |
move the page flip sleep/wakeup handling a bit closer to linux
Diffstat (limited to 'sys/dev/pci/drm/i915_drv.h')
-rw-r--r-- | sys/dev/pci/drm/i915_drv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/i915_drv.h b/sys/dev/pci/drm/i915_drv.h index 5d6b81839b5..efc187c058c 100644 --- a/sys/dev/pci/drm/i915_drv.h +++ b/sys/dev/pci/drm/i915_drv.h @@ -734,6 +734,7 @@ struct inteldrm_softc { struct drm_crtc *plane_to_crtc_mapping[3]; struct drm_crtc *pipe_to_crtc_mapping[3]; + int pending_flip_queue; bool flip_pending_is_done; |