diff options
author | Dave Airlie <airlied@redhat.com> | 2018-09-27 19:31:03 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2018-09-27 19:36:48 -0400 |
commit | 156e60bc71aa31a3b42b1d66a822c2999bd0994c (patch) | |
tree | dbc2fa3c30c78b1465aa29ca37fefbb8a16bde8e /include | |
parent | bf78296ab1cb215d0609ac6cff4e43e941e51265 (diff) | |
parent | c2b70ffcd34eca60013d90bd6cd56e60b07adef8 (diff) |
Merge tag 'drm-misc-next-2018-09-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
drm-misc-next for 4.20:
UAPI Changes:
- None
Cross-subsystem Changes:
- MAINTAINERS: Move udl, mxsfb, and fsl-dcu into drm-misc (Stefan, Sean)
Core Changes:
- syncobj: Check condition before returning timeout in schedule() (Chris)
Driver Changes:
- various: First wave of drm_fbdev_generic_setup() conversions (Noralf)
- bochs/virtio: More format byte-order improvements (Gerd)
- mxsfb: A couple fixes + add runtime pm support (Leonard)
- virtio: Add vmap support for prime objects (Ezequiel)
Cc: Stefan Agner <stefan@agner.ch>
Cc: Sean Paul <sean@poorly.run>
Cc: Noralf Trønnes <noralf@tronnes.org>
Cc: Gerd Hoffman <kraxel@redhat.com>
Cc: Leonard Crestez <leonard.crestez@nxp.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Ezequiel Garcia <ezequiel@collabora.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Sean Paul <sean@poorly.run>
Link: https://patchwork.freedesktop.org/patch/msgid/20180927093950.GA180365@art_vandelay
Diffstat (limited to 'include')
-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); |