Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/vc4/
H A Dvc4_plane.c161 .drm = DRM_FORMAT_P030,
1365 if (fb->format->format == DRM_FORMAT_P030) { in vc4_plane_mode_set()
1399 if (fb->format->format == DRM_FORMAT_P030) { in vc4_plane_mode_set()
1831 if (fb->format->format == DRM_FORMAT_P030) { in vc6_plane_mode_set()
1862 if (fb->format->format == DRM_FORMAT_P030) { in vc6_plane_mode_set()
1902 components_per_word = fb->format->format == DRM_FORMAT_P030 ? 24 : 32; in vc6_plane_mode_set()
2466 case DRM_FORMAT_P030: in vc4_format_mod_supported()
/linux-6.15/include/uapi/drm/
H A Ddrm_fourcc.h362 #define DRM_FORMAT_P030 fourcc_code('P', '0', '3', '0') /* 2x2 subsampled Cr:Cb plane 10 bits per … macro
/linux-6.15/drivers/gpu/drm/
H A Ddrm_fourcc.c346 { .format = DRM_FORMAT_P030, .depth = 0, .num_planes = 2, in __drm_format_info()