diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-03-13 15:02:20 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-03-13 15:02:20 +0300 |
commit | 4a4e31b9b16a7311c45c6fa31dad2d654b9cc3f2 (patch) | |
tree | d018106117b47c72269ae32c9b4c6469f5b7f189 /include/drm/drm_fourcc.h | |
parent | c44d243fea5527077a29707bb58ff3270615d4cf (diff) | |
parent | e9cc806c0152fa9993f817cebf42989a3e2530bb (diff) | |
download | linux-rolling-lts.tar.xz |
Merge v6.12.19linux-rolling-lts
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/drm/drm_fourcc.h')
-rw-r--r-- | include/drm/drm_fourcc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_fourcc.h b/include/drm/drm_fourcc.h index ccf91daa4307..c3f4405d6662 100644 --- a/include/drm/drm_fourcc.h +++ b/include/drm/drm_fourcc.h @@ -313,6 +313,7 @@ drm_get_format_info(struct drm_device *dev, uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth); uint32_t drm_driver_legacy_fb_format(struct drm_device *dev, uint32_t bpp, uint32_t depth); +uint32_t drm_driver_color_mode_format(struct drm_device *dev, unsigned int color_mode); unsigned int drm_format_info_block_width(const struct drm_format_info *info, int plane); unsigned int drm_format_info_block_height(const struct drm_format_info *info, |