drm/atomic: Add MODE_ID property
[deliverable/linux.git] / include / drm / drm_atomic.h
index f0d3a7387d993bdd604089faa7c4eba5ca14016c..55f46049e4a0e86b730178df5859b8eb7809926e 100644 (file)
@@ -109,6 +109,12 @@ drm_atomic_get_existing_connector_state(struct drm_atomic_state *state,
        return state->connector_states[index];
 }
 
+int __must_check
+drm_atomic_set_mode_for_crtc(struct drm_crtc_state *state,
+                            struct drm_display_mode *mode);
+int __must_check
+drm_atomic_set_mode_prop_for_crtc(struct drm_crtc_state *state,
+                                 struct drm_property_blob *blob);
 int __must_check
 drm_atomic_set_crtc_for_plane(struct drm_plane_state *plane_state,
                              struct drm_crtc *crtc);
@@ -120,6 +126,10 @@ drm_atomic_set_crtc_for_connector(struct drm_connector_state *conn_state,
 int __must_check
 drm_atomic_add_affected_connectors(struct drm_atomic_state *state,
                                   struct drm_crtc *crtc);
+int __must_check
+drm_atomic_add_affected_planes(struct drm_atomic_state *state,
+                              struct drm_crtc *crtc);
+
 int
 drm_atomic_connectors_for_crtc(struct drm_atomic_state *state,
                               struct drm_crtc *crtc);
This page took 0.026839 seconds and 5 git commands to generate.