diff options
Diffstat (limited to 'include/drm/drm_atomic.h')
| -rw-r--r-- | include/drm/drm_atomic.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/drm/drm_atomic.h b/include/drm/drm_atomic.h index 1e8c61f23294..55f46049e4a0 100644 --- a/include/drm/drm_atomic.h +++ b/include/drm/drm_atomic.h | |||
| @@ -113,6 +113,9 @@ int __must_check | |||
| 113 | drm_atomic_set_mode_for_crtc(struct drm_crtc_state *state, | 113 | drm_atomic_set_mode_for_crtc(struct drm_crtc_state *state, |
| 114 | struct drm_display_mode *mode); | 114 | struct drm_display_mode *mode); |
| 115 | int __must_check | 115 | int __must_check |
| 116 | drm_atomic_set_mode_prop_for_crtc(struct drm_crtc_state *state, | ||
| 117 | struct drm_property_blob *blob); | ||
| 118 | int __must_check | ||
| 116 | drm_atomic_set_crtc_for_plane(struct drm_plane_state *plane_state, | 119 | drm_atomic_set_crtc_for_plane(struct drm_plane_state *plane_state, |
| 117 | struct drm_crtc *crtc); | 120 | struct drm_crtc *crtc); |
| 118 | void drm_atomic_set_fb_for_plane(struct drm_plane_state *plane_state, | 121 | void drm_atomic_set_fb_for_plane(struct drm_plane_state *plane_state, |
