Searched refs:DRM_FORMAT_AYUV (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/include/uapi/drm/ |
D | drm_fourcc.h | 231 #define DRM_FORMAT_AYUV fourcc_code('A', 'Y', 'U', 'V') /* [31:0] A:Y:Cb:Cr 8:8:8:8 little endian … macro
|
/linux-6.1.9/drivers/gpu/drm/i915/gvt/ |
D | fb_decoder.c | 399 [0x4] = {DRM_FORMAT_AYUV, 32,
|
/linux-6.1.9/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_plane.c | 112 DRM_FORMAT_AYUV, 161 case DRM_FORMAT_AYUV: in atmel_hlcdc_format_to_plane_mode()
|
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_fourcc.c | 250 …{ .format = DRM_FORMAT_AYUV, .depth = 0, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub =… in __drm_format_info()
|
/linux-6.1.9/drivers/gpu/drm/exynos/ |
D | exynos_drm_fimc.c | 638 if (fmt == DRM_FORMAT_AYUV) { in fimc_dst_set_fmt()
|