Searched refs:DRM_FORMAT_XVYU16161616 (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 | 105 DRM_FORMAT_XVYU16161616, 133 DRM_FORMAT_XVYU16161616, 165 DRM_FORMAT_XVYU16161616, 194 return DRM_FORMAT_XVYU16161616; in skl_format_to_fourcc() 423 case DRM_FORMAT_XVYU16161616: in icl_plane_min_width() 726 case DRM_FORMAT_XVYU16161616: in skl_plane_ctl_format() 1393 case DRM_FORMAT_XVYU16161616: in skl_plane_check_fb() 2065 case DRM_FORMAT_XVYU16161616: in skl_plane_format_mod_supported() 2119 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()
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | drm_fourcc.h | 187 #define DRM_FORMAT_XVYU16161616 fourcc_code('X', 'V', '4', '8') /* [63:0] X:Cr:Y:Cb 16:16:16:16 little endian */ macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | drm_fourcc.h | 93 #define DRM_FORMAT_XVYU16161616 fourcc_code('X', 'V', '4', '8') macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | drm_fourcc.h | 93 #define DRM_FORMAT_XVYU16161616 fourcc_code('X', 'V', '4', '8') macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_sprite.c | 2114 case DRM_FORMAT_XVYU16161616: in skl_plane_check_fb() 2541 DRM_FORMAT_XVYU16161616, 2569 DRM_FORMAT_XVYU16161616, 2601 DRM_FORMAT_XVYU16161616, 2786 case DRM_FORMAT_XVYU16161616: in skl_plane_format_mod_supported() 2863 case DRM_FORMAT_XVYU16161616: in gen12_plane_format_mod_supported()
|
H A D | intel_display.c | 3364 return DRM_FORMAT_XVYU16161616; in skl_format_to_fourcc() 3802 case DRM_FORMAT_XVYU16161616: in icl_min_plane_width() 4671 case DRM_FORMAT_XVYU16161616: in skl_plane_ctl_format() 6248 case DRM_FORMAT_XVYU16161616: in skl_update_scaler_plane()
|
/kernel/linux/linux-6.6/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 little endian */ macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_fourcc.c | 246 { .format = DRM_FORMAT_XVYU16161616, .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 | 263 { .format = DRM_FORMAT_XVYU16161616, .depth = 0, .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, .vsub = 1, .is_yuv = true }, in __drm_format_info()
|
Completed in 37 milliseconds