drm: add an fb creation ioctl that takes a pixel format v5
[deliverable/linux.git] / include / drm / drm.h
index 28979677f94e90bc192ed9ab766ab8e30dcdd2be..49d94ede2ec2bc2612271c5a7f046c4d568802a9 100644 (file)
@@ -717,6 +717,7 @@ struct drm_get_cap {
 #define DRM_IOCTL_MODE_GETPLANERESOURCES DRM_IOWR(0xB5, struct drm_mode_get_plane_res)
 #define DRM_IOCTL_MODE_GETPLANE        DRM_IOWR(0xB6, struct drm_mode_get_plane)
 #define DRM_IOCTL_MODE_SETPLANE        DRM_IOWR(0xB7, struct drm_mode_set_plane)
+#define DRM_IOCTL_MODE_ADDFB2          DRM_IOWR(0xB8, struct drm_mode_fb_cmd2)
 
 /**
  * Device specific ioctls should only be in their respective headers
This page took 0.033426 seconds and 5 git commands to generate.