Searched refs:DRM_FORMAT_XVYU12_16161616 (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | skl_universal_plane.c | 104 DRM_FORMAT_XVYU12_16161616, 132 DRM_FORMAT_XVYU12_16161616, 164 DRM_FORMAT_XVYU12_16161616, 192 return DRM_FORMAT_XVYU12_16161616; in skl_format_to_fourcc() 422 case DRM_FORMAT_XVYU12_16161616: in icl_plane_min_width() 724 case DRM_FORMAT_XVYU12_16161616: in skl_plane_ctl_format() 1392 case DRM_FORMAT_XVYU12_16161616: in skl_plane_check_fb() 2064 case DRM_FORMAT_XVYU12_16161616: in skl_plane_format_mod_supported() 2118 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()
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | drm_fourcc.h | 186 #define DRM_FORMAT_XVYU12_16161616 fourcc_code('X', 'V', '3', '6') /* [63:0] X:0:Cr:0:Y:0:Cb:0 12:4:12:4:12:4:12:4 little endian */ macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | drm_fourcc.h | 92 #define DRM_FORMAT_XVYU12_16161616 fourcc_code('X', 'V', '3', '6') macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | drm_fourcc.h | 92 #define DRM_FORMAT_XVYU12_16161616 fourcc_code('X', 'V', '3', '6') macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_sprite.c | 2113 case DRM_FORMAT_XVYU12_16161616: in skl_plane_check_fb() 2540 DRM_FORMAT_XVYU12_16161616, 2568 DRM_FORMAT_XVYU12_16161616, 2600 DRM_FORMAT_XVYU12_16161616, 2785 case DRM_FORMAT_XVYU12_16161616: in skl_plane_format_mod_supported() 2862 case DRM_FORMAT_XVYU12_16161616: in gen12_plane_format_mod_supported()
|
H A D | intel_display.c | 3362 return DRM_FORMAT_XVYU12_16161616; in skl_format_to_fourcc() 3801 case DRM_FORMAT_XVYU12_16161616: in icl_min_plane_width() 4669 case DRM_FORMAT_XVYU12_16161616: in skl_plane_ctl_format() 6247 case DRM_FORMAT_XVYU12_16161616: in skl_update_scaler_plane()
|
/kernel/linux/linux-6.6/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:12:4:12:4:12:4 little endian */ macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_fourcc.c | 245 { .format = DRM_FORMAT_XVYU12_16161616, .depth = 0, .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, .vsub = 1, .is_yuv = true }, in __drm_format_info()
|
/kernel/linux/linux-6.6/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 = 1, .vsub = 1, .is_yuv = true }, in __drm_format_info()
|
Completed in 40 milliseconds