Home
last modified time | relevance | path

Searched refs:DRM_FORMAT_NV21 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/include/uapi/drm/
H A Ddrm_fourcc.h138 #define DRM_FORMAT_NV21 fourcc_code('N', 'V', '2', '1') /* 2x2 subsampled Cb:Cr plane */ macro
/dragonfly/sys/dev/drm/
H A Ddrm_fourcc.c166 …{ .format = DRM_FORMAT_NV21, .depth = 0, .num_planes = 2, .cpp = { 1, 2, 0 }, .hsub = 2, .vsub =… in __drm_format_info()
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c2036 case DRM_FORMAT_NV21: in fill_plane_attributes_from_fb()
3360 DRM_FORMAT_NV21,