diff options
Diffstat (limited to 'include/drm')
| -rw-r--r-- | include/drm/drm_crtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 4cd4be26722c..8d593ad95f16 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h | |||
| @@ -919,7 +919,7 @@ extern int drm_mode_connector_attach_encoder(struct drm_connector *connector, | |||
| 919 | struct drm_encoder *encoder); | 919 | struct drm_encoder *encoder); |
| 920 | extern void drm_mode_connector_detach_encoder(struct drm_connector *connector, | 920 | extern void drm_mode_connector_detach_encoder(struct drm_connector *connector, |
| 921 | struct drm_encoder *encoder); | 921 | struct drm_encoder *encoder); |
| 922 | extern bool drm_mode_crtc_set_gamma_size(struct drm_crtc *crtc, | 922 | extern int drm_mode_crtc_set_gamma_size(struct drm_crtc *crtc, |
| 923 | int gamma_size); | 923 | int gamma_size); |
| 924 | extern struct drm_mode_object *drm_mode_object_find(struct drm_device *dev, | 924 | extern struct drm_mode_object *drm_mode_object_find(struct drm_device *dev, |
| 925 | uint32_t id, uint32_t type); | 925 | uint32_t id, uint32_t type); |
