Home
last modified time | relevance | path

Searched defs:drm_format_info (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/drm/
H A Ddrm_fourcc.h61 struct drm_format_info { struct
63 u32 format;
72 u8 depth;
75 u8 num_planes;
77 union {
127 * drm_format_info_block_height() argument
147 * drm_format_info_is_yuv_packed - check that the format info matches a YUV argument
155 drm_format_info_is_yuv_packed(const struct drm_format_info *info) in drm_format_info_is_yuv_packed() argument
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_fourcc.c336 const struct drm_format_info *drm_format_info(u32 format) in drm_format_info() function