aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2014-08-25 19:04:03 -0400
committerDave Airlie <airlied@redhat.com>2014-08-25 19:04:03 -0400
commitc0ee755fc57319a623e0d9ef839cf8fb26ce8d60 (patch)
tree727fe78a158757f75b54d7e037b383ad6a39843c /include/drm/drmP.h
parent52addcf9d6669fa439387610bc65c92fa0980cef (diff)
parent14f476fa24e81d0beea1aa14d763102958518d60 (diff)
Merge tag 'topic/core-stuff-2014-08-15' of git://anongit.freedesktop.org/drm-intel into drm-next
So small drm stuff all over for 3.18. Biggest one is the cmdline parsing from Chris with a few fixes from me to make it work for stupid kernel configs. Plus the atomic prep series. Tested for more than a week in -nightly and Ville/Imre indeed discovered some fun which is now fixed (and i915 vblank patches postponed since the fixups need this branch plus drm-intel-next merged together). * tag 'topic/core-stuff-2014-08-15' of git://anongit.freedesktop.org/drm-intel: drm: Use the type of the array element when reallocating drm: Don't return 0 for a value used as a denominator drm: Docbook fixes drm/irq: Implement a generic vblank_wait function drm: Add a plane->reset hook drm: trylock modest locking for fbdev panics drm: Move ->old_fb from crtc to plane drm: Handle legacy per-crtc locking with full acquire ctx drm: Move modeset_lock_all helpers to drm_modeset_lock.[hc] drm: Add drm_plane/connector_index drm: idiot-proof vblank drm: Warn when leaking flip events on close drm: Perform cmdline mode parsing during connector initialisation video/fbdev: Always built-in video= cmdline parsing drm: Don't grab an fb reference for the idr
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r--include/drm/drmP.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 196890735367..d2f64b9ccefd 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1294,6 +1294,8 @@ extern int drm_vblank_get(struct drm_device *dev, int crtc);
1294extern void drm_vblank_put(struct drm_device *dev, int crtc); 1294extern void drm_vblank_put(struct drm_device *dev, int crtc);
1295extern int drm_crtc_vblank_get(struct drm_crtc *crtc); 1295extern int drm_crtc_vblank_get(struct drm_crtc *crtc);
1296extern void drm_crtc_vblank_put(struct drm_crtc *crtc); 1296extern void drm_crtc_vblank_put(struct drm_crtc *crtc);
1297extern void drm_wait_one_vblank(struct drm_device *dev, int crtc);
1298extern void drm_crtc_wait_one_vblank(struct drm_crtc *crtc);
1297extern void drm_vblank_off(struct drm_device *dev, int crtc); 1299extern void drm_vblank_off(struct drm_device *dev, int crtc);
1298extern void drm_vblank_on(struct drm_device *dev, int crtc); 1300extern void drm_vblank_on(struct drm_device *dev, int crtc);
1299extern void drm_crtc_vblank_off(struct drm_crtc *crtc); 1301extern void drm_crtc_vblank_off(struct drm_crtc *crtc);