Searched defs:drm_format_info (Results 1 – 2 of 2) sorted by relevance
58 struct drm_format_info { struct60 u32 format;69 u8 depth;72 u8 num_planes;74 union {124 * drm_format_info_block_height() argument149 * drm_format_info_is_yuv_packed - check that the format info matches a YUV argument157 drm_format_info_is_yuv_packed(const struct drm_format_info *info) in drm_format_info_is_yuv_packed() argument
305 const struct drm_format_info *drm_format_info(u32 format) in drm_format_info() function