Searched refs:DRM_FORMAT_XVYU16161616 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | skl_universal_plane.c | 162 DRM_FORMAT_XVYU16161616, 191 return DRM_FORMAT_XVYU16161616; in skl_format_to_fourcc() 420 case DRM_FORMAT_XVYU16161616: in icl_plane_min_width() 723 case DRM_FORMAT_XVYU16161616: in skl_plane_ctl_format() 1390 case DRM_FORMAT_XVYU16161616: in skl_plane_check_fb() 2062 case DRM_FORMAT_XVYU16161616: in skl_plane_format_mod_supported() 2116 case DRM_FORMAT_XVYU16161616: in gen12_plane_format_mod_supported()
|
H A D | skl_scaler.c | 331 case DRM_FORMAT_XVYU16161616: in skl_update_scaler_plane()
|
/openbmc/linux/include/uapi/drm/ |
H A D | drm_fourcc.h | 268 #define DRM_FORMAT_XVYU16161616 fourcc_code('X', 'V', '4', '8') /* [63:0] X:Cr:Y:Cb 16:16:16:16 lit… macro
|
/openbmc/qemu/include/standard-headers/drm/ |
H A D | drm_fourcc.h | 267 #define DRM_FORMAT_XVYU16161616 fourcc_code('X', 'V', '4', '8') /* [63:0] X:Cr:Y:Cb 16:16:16:16 lit… macro
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_fourcc.c | 263 …{ .format = DRM_FORMAT_XVYU16161616, .depth = 0, .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, … in __drm_format_info()
|