Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_fourcc.h62 struct drm_format_info { struct
64 u32 format;
73 u8 depth;
76 u8 num_planes;
78 union {
128 * drm_format_info_block_height() argument
148 * drm_format_info_is_yuv_packed - check that the format info matches a YUV argument
156 drm_format_info_is_yuv_packed(const struct drm_format_info *info) in drm_format_info_is_yuv_packed() argument
/linux/drivers/gpu/drm/
H A Ddrm_fourcc.c344 const struct drm_format_info *drm_format_info(u32 format) in drm_format_info() function