Home
last modified time | relevance | path

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

/linux/include/uapi/drm/
H A Ddrm_fourcc.h272 #define DRM_FORMAT_Y210 fourcc_code('Y', '2', '1', '0') /* [63:0] Cr0:0:Y1:0:Cb0:0:Y0:0 10:… macro
/linux/Documentation/gpu/
H A Dafbc.rst192 * - DRM_FORMAT_Y210
/linux/drivers/gpu/drm/
H A Ddrm_fourcc.c291 …{ .format = DRM_FORMAT_Y210, .depth = 0, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = … in __drm_format_info()