Message ID | 1355329008-31459-15-git-send-email-ville.syrjala@linux.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 5b8b1b7..d05d302 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -423,6 +423,9 @@ struct drm_crtc { void *helper_private; struct drm_object_properties properties; + + struct drm_property_blob *mode_blob; + struct drm_property_blob *connector_ids_blob; };