diff options
Diffstat (limited to 'include/drm/drm_atomic.h')
| -rw-r--r-- | include/drm/drm_atomic.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/include/drm/drm_atomic.h b/include/drm/drm_atomic.h index ad2229574dd9..51168a8b723a 100644 --- a/include/drm/drm_atomic.h +++ b/include/drm/drm_atomic.h | |||
| @@ -38,16 +38,25 @@ void drm_atomic_state_free(struct drm_atomic_state *state); | |||
| 38 | struct drm_crtc_state * __must_check | 38 | struct drm_crtc_state * __must_check |
| 39 | drm_atomic_get_crtc_state(struct drm_atomic_state *state, | 39 | drm_atomic_get_crtc_state(struct drm_atomic_state *state, |
| 40 | struct drm_crtc *crtc); | 40 | struct drm_crtc *crtc); |
| 41 | int drm_atomic_crtc_set_property(struct drm_crtc *crtc, | ||
| 42 | struct drm_crtc_state *state, struct drm_property *property, | ||
| 43 | uint64_t val); | ||
| 41 | struct drm_plane_state * __must_check | 44 | struct drm_plane_state * __must_check |
| 42 | drm_atomic_get_plane_state(struct drm_atomic_state *state, | 45 | drm_atomic_get_plane_state(struct drm_atomic_state *state, |
| 43 | struct drm_plane *plane); | 46 | struct drm_plane *plane); |
| 47 | int drm_atomic_plane_set_property(struct drm_plane *plane, | ||
| 48 | struct drm_plane_state *state, struct drm_property *property, | ||
| 49 | uint64_t val); | ||
| 44 | struct drm_connector_state * __must_check | 50 | struct drm_connector_state * __must_check |
| 45 | drm_atomic_get_connector_state(struct drm_atomic_state *state, | 51 | drm_atomic_get_connector_state(struct drm_atomic_state *state, |
| 46 | struct drm_connector *connector); | 52 | struct drm_connector *connector); |
| 53 | int drm_atomic_connector_set_property(struct drm_connector *connector, | ||
| 54 | struct drm_connector_state *state, struct drm_property *property, | ||
| 55 | uint64_t val); | ||
| 47 | 56 | ||
| 48 | int __must_check | 57 | int __must_check |
| 49 | drm_atomic_set_crtc_for_plane(struct drm_atomic_state *state, | 58 | drm_atomic_set_crtc_for_plane(struct drm_plane_state *plane_state, |
| 50 | struct drm_plane *plane, struct drm_crtc *crtc); | 59 | struct drm_crtc *crtc); |
| 51 | void drm_atomic_set_fb_for_plane(struct drm_plane_state *plane_state, | 60 | void drm_atomic_set_fb_for_plane(struct drm_plane_state *plane_state, |
| 52 | struct drm_framebuffer *fb); | 61 | struct drm_framebuffer *fb); |
| 53 | int __must_check | 62 | int __must_check |
