Searched refs:DRM_FORMAT_XVYU2101010 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | skl_universal_plane.c | 104 DRM_FORMAT_XVYU2101010, 132 DRM_FORMAT_XVYU2101010, 164 DRM_FORMAT_XVYU2101010, 191 return DRM_FORMAT_XVYU2101010; in skl_format_to_fourcc() 409 case DRM_FORMAT_XVYU2101010: in icl_plane_min_width() 723 case DRM_FORMAT_XVYU2101010: in skl_plane_ctl_format() 2053 case DRM_FORMAT_XVYU2101010: in skl_plane_format_mod_supported() 2110 case DRM_FORMAT_XVYU2101010: in gen12_plane_format_mod_supported()
|
H A D | skl_scaler.c | 329 case DRM_FORMAT_XVYU2101010: in skl_update_scaler_plane()
|
/openbmc/linux/include/uapi/drm/ |
H A D | drm_fourcc.h | 266 #define DRM_FORMAT_XVYU2101010 fourcc_code('X', 'V', '3', '0') /* [31:0] X:Cr:Y:Cb 2:10:10:10 littl… macro
|
/openbmc/qemu/include/standard-headers/drm/ |
H A D | drm_fourcc.h | 265 #define DRM_FORMAT_XVYU2101010 fourcc_code('X', 'V', '3', '0') /* [31:0] X:Cr:Y:Cb 2:10:10:10 littl… macro
|
/openbmc/linux/drivers/gpu/drm/arm/ |
H A D | malidp_hw.c | 98 { DRM_FORMAT_XVYU2101010, DE_VIDEO1 | DE_VIDEO2, MALIDP_ID(6, 0)}, \ 1136 case DRM_FORMAT_XVYU2101010: in malidp_hw_format_is_linear_only()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_fourcc.c | 261 …{ .format = DRM_FORMAT_XVYU2101010, .depth = 0, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .… in __drm_format_info()
|