Searched refs:DRM_FORMAT_Y210 (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | skl_universal_plane.c | 98 DRM_FORMAT_Y210, 126 DRM_FORMAT_Y210, 158 DRM_FORMAT_Y210, 183 return DRM_FORMAT_Y210; in skl_format_to_fourcc() 710 case DRM_FORMAT_Y210: in skl_plane_ctl_format() 1373 case DRM_FORMAT_Y210: in skl_plane_check_fb() 2045 case DRM_FORMAT_Y210: in skl_plane_format_mod_supported() 2099 case DRM_FORMAT_Y210: in gen12_plane_format_mod_supported()
|
D | skl_scaler.c | 274 case DRM_FORMAT_Y210: in skl_update_scaler_plane()
|
/Linux-v6.1/include/uapi/drm/ |
D | drm_fourcc.h | 242 #define DRM_FORMAT_Y210 fourcc_code('Y', '2', '1', '0') /* [63:0] Cr0:0:Y1:0:Cb0:0:Y0:0 10:… macro
|
/Linux-v6.1/Documentation/gpu/ |
D | afbc.rst | 192 * - DRM_FORMAT_Y210
|
/Linux-v6.1/drivers/gpu/drm/ |
D | drm_fourcc.c | 251 …{ .format = DRM_FORMAT_Y210, .depth = 0, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = … in __drm_format_info()
|