Searched refs:DRM_FORMAT_XVYU12_16161616 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | skl_universal_plane.c | 161 DRM_FORMAT_XVYU12_16161616, 189 return DRM_FORMAT_XVYU12_16161616; in skl_format_to_fourcc() 419 case DRM_FORMAT_XVYU12_16161616: in icl_plane_min_width() 721 case DRM_FORMAT_XVYU12_16161616: in skl_plane_ctl_format() 1389 case DRM_FORMAT_XVYU12_16161616: in skl_plane_check_fb() 2061 case DRM_FORMAT_XVYU12_16161616: in skl_plane_format_mod_supported() 2115 case DRM_FORMAT_XVYU12_16161616: in gen12_plane_format_mod_supported()
|
H A D | skl_scaler.c | 330 case DRM_FORMAT_XVYU12_16161616: in skl_update_scaler_plane()
|
/openbmc/linux/include/uapi/drm/ |
H A D | drm_fourcc.h | 267 #define DRM_FORMAT_XVYU12_16161616 fourcc_code('X', 'V', '3', '6') /* [63:0] X:0:Cr:0:Y:0:Cb:0 12:4… macro
|
/openbmc/qemu/include/standard-headers/drm/ |
H A D | drm_fourcc.h | 266 #define DRM_FORMAT_XVYU12_16161616 fourcc_code('X', 'V', '3', '6') /* [63:0] X:0:Cr:0:Y:0:Cb:0 12:4… macro
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_fourcc.c | 262 …{ .format = DRM_FORMAT_XVYU12_16161616, .depth = 0, .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = … in __drm_format_info()
|