diff options
Diffstat (limited to 'include/drm/drm_fourcc.h')
-rw-r--r-- | include/drm/drm_fourcc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drm_fourcc.h b/include/drm/drm_fourcc.h index fac831c40106..865ef60c17af 100644 --- a/include/drm/drm_fourcc.h +++ b/include/drm/drm_fourcc.h | |||
@@ -88,6 +88,8 @@ const struct drm_format_info * | |||
88 | drm_get_format_info(struct drm_device *dev, | 88 | drm_get_format_info(struct drm_device *dev, |
89 | const struct drm_mode_fb_cmd2 *mode_cmd); | 89 | const struct drm_mode_fb_cmd2 *mode_cmd); |
90 | uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth); | 90 | uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth); |
91 | uint32_t drm_driver_legacy_fb_format(struct drm_device *dev, | ||
92 | uint32_t bpp, uint32_t depth); | ||
91 | int drm_format_num_planes(uint32_t format); | 93 | int drm_format_num_planes(uint32_t format); |
92 | int drm_format_plane_cpp(uint32_t format, int plane); | 94 | int drm_format_plane_cpp(uint32_t format, int plane); |
93 | int drm_format_horz_chroma_subsampling(uint32_t format); | 95 | int drm_format_horz_chroma_subsampling(uint32_t format); |