From 7a65321722ce14ced68576e0f413a77f865cf846 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 24 Jun 2013 13:07:54 +0200 Subject: live source headers --- include/drm/drm.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/drm/drm.h') diff --git a/include/drm/drm.h b/include/drm/drm.h index a847689f..03cb863a 100644 --- a/include/drm/drm.h +++ b/include/drm/drm.h @@ -734,6 +734,10 @@ struct drm_prime_handle { #define DRM_IOCTL_MODE_OBJ_GETPROPERTIES DRM_IOWR(0xB9, struct drm_mode_obj_get_properties) #define DRM_IOCTL_MODE_OBJ_SETPROPERTY DRM_IOWR(0xBA, struct drm_mode_obj_set_property) +#define DRM_IOCTL_MODE_GETSOURCERESOURCES DRM_IOWR(0xBB, struct drm_mode_get_live_source_res) +#define DRM_IOCTL_MODE_GETSOURCE DRM_IOWR(0xBC, struct drm_mode_get_live_source) +#define DRM_IOCTL_MODE_SETSOURCE DRM_IOWR(0xBD, struct drm_mode_set_live_source) + /** * Device specific ioctls should only be in their respective headers * The device specific ioctl range is from 0x40 to 0x99. -- cgit v1.2.3