Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/vc4/
Dvc4_plane.c135 .drm = DRM_FORMAT_P030,
864 if (fb->format->format == DRM_FORMAT_P030) { in vc4_plane_mode_set()
898 if (fb->format->format == DRM_FORMAT_P030) { in vc4_plane_mode_set()
1480 case DRM_FORMAT_P030: in vc4_format_mod_supported()
/Linux-v6.1/include/uapi/drm/
Ddrm_fourcc.h348 #define DRM_FORMAT_P030 fourcc_code('P', '0', '3', '0') /* 2x2 subsampled Cr:Cb plane 10 bits per … macro
/Linux-v6.1/drivers/gpu/drm/
Ddrm_fourcc.c306 { .format = DRM_FORMAT_P030, .depth = 0, .num_planes = 2, in __drm_format_info()