Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_fourcc.h58 struct drm_format_info { struct
60 u32 format;
69 u8 depth;
72 u8 num_planes;
74 union {
124 * drm_format_info_block_height() argument
149 * drm_format_info_is_yuv_packed - check that the format info matches a YUV argument
157 drm_format_info_is_yuv_packed(const struct drm_format_info *info) in drm_format_info_is_yuv_packed() argument
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_fourcc.c305 const struct drm_format_info *drm_format_info(u32 format) in drm_format_info() function