Searched refs:DRM_FORMAT_Y216 (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | skl_universal_plane.c | 106 DRM_FORMAT_Y216, 132 DRM_FORMAT_Y216, 162 DRM_FORMAT_Y216, 189 return DRM_FORMAT_Y216; in skl_format_to_fourcc() 410 case DRM_FORMAT_Y216: in icl_plane_min_width() 989 case DRM_FORMAT_Y216: in skl_plane_ctl_format() 1778 case DRM_FORMAT_Y216: in skl_plane_check_fb() 2543 case DRM_FORMAT_Y216: in skl_plane_format_mod_supported() 2597 case DRM_FORMAT_Y216: in icl_plane_format_mod_supported() 2651 case DRM_FORMAT_Y216: in tgl_plane_format_mod_supported()
|
| /linux-6.15/include/uapi/drm/ |
| H A D | drm_fourcc.h | 256 #define DRM_FORMAT_Y216 fourcc_code('Y', '2', '1', '6') /* [63:0] Cr0:Y1:Cb0:Y0 16:16:16:16… macro
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_fourcc.c | 285 …{ .format = DRM_FORMAT_Y216, .depth = 0, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = … in __drm_format_info()
|