Merge tag 'v3.14-rc6' into drm-intel-next-queued
[linux-2.6-block.git] / include / drm / drm_crtc.h
index ce9ee60f4d68a8b72ddaebef0c9df1c425e1c207..f7646548660d7e98e160d2dac40d1f12b310a48d 100644 (file)
@@ -907,6 +907,9 @@ struct drm_mode_config {
 
        /* whether async page flip is supported or not */
        bool async_page_flip;
+
+       /* cursor size */
+       uint32_t cursor_width, cursor_height;
 };
 
 #define obj_to_crtc(x) container_of(x, struct drm_crtc, base)