diff options
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r-- | include/drm/drm_crtc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index e250eda4e3a8..9dd3ed85547d 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h | |||
@@ -1026,4 +1026,6 @@ extern int drm_mode_destroy_dumb_ioctl(struct drm_device *dev, | |||
1026 | 1026 | ||
1027 | extern void drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth, | 1027 | extern void drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth, |
1028 | int *bpp); | 1028 | int *bpp); |
1029 | extern int drm_format_num_planes(uint32_t format); | ||
1030 | |||
1029 | #endif /* __DRM_CRTC_H__ */ | 1031 | #endif /* __DRM_CRTC_H__ */ |