| /linux/drivers/gpu/drm/ |
| H A D | drm_fourcc.c | 268 …_YUV410, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 4, .vsub = 4, .is_yuv = true }, in __drm_format_info() 269 …_YVU410, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 4, .vsub = 4, .is_yuv = true }, in __drm_format_info() 270 …_YUV411, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 4, .vsub = 1, .is_yuv = true }, in __drm_format_info() 271 …_YVU411, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 4, .vsub = 1, .is_yuv = true }, in __drm_format_info() 272 …_YUV420, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 2, .vsub = 2, .is_yuv = true }, in __drm_format_info() 273 …_YVU420, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 2, .vsub = 2, .is_yuv = true }, in __drm_format_info() 274 …_YUV422, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 2, .vsub = 1, .is_yuv = true }, in __drm_format_info() 275 …_YVU422, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 2, .vsub = 1, .is_yuv = true }, in __drm_format_info() 276 …_YUV444, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 1, .vsub = 1, .is_yuv = true }, in __drm_format_info() 277 …_YVU444, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 1, .vsub = 1, .is_yuv = true }, in __drm_format_info() [all …]
|
| /linux/include/drm/ |
| H A D | drm_fourcc.h | 140 bool is_yuv; member 157 return info->is_yuv && info->num_planes == 1; in drm_format_info_is_yuv_packed() 171 return info->is_yuv && info->num_planes == 2; in drm_format_info_is_yuv_semiplanar() 185 return info->is_yuv && info->num_planes == 3; in drm_format_info_is_yuv_planar() 200 return info->is_yuv && info->hsub == 4 && info->vsub == 4; in drm_format_info_is_yuv_sampling_410() 215 return info->is_yuv && info->hsub == 4 && info->vsub == 1; in drm_format_info_is_yuv_sampling_411() 230 return info->is_yuv && info->hsub == 2 && info->vsub == 2; in drm_format_info_is_yuv_sampling_420() 245 return info->is_yuv && info->hsub == 2 && info->vsub == 1; in drm_format_info_is_yuv_sampling_422() 260 return info->is_yuv && info->hsub == 1 && info->vsub == 1; in drm_format_info_is_yuv_sampling_444()
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop.h | 404 static inline int scl_vop_cal_lb_mode(int width, bool is_yuv) in scl_vop_cal_lb_mode() argument 408 if (is_yuv) { in scl_vop_cal_lb_mode()
|
| H A D | rockchip_drm_vop2.c | 626 if (info->is_yuv) { in vop2_setup_scale() 717 int is_input_yuv = pstate->fb->format->is_yuv; in vop2_setup_csc_mode() 1062 if (fb->format->is_yuv && src_x % 2) { in vop2_plane_atomic_check() 1102 if (!(color_key & VOP2_COLOR_KEY_MASK) || fb->format->is_yuv) { in vop2_plane_setup_color_key() 1199 if (fb->format->is_yuv) { in vop2_plane_atomic_update() 1317 if (fb->format->is_yuv && bpp == 10) in vop2_plane_atomic_update() 1383 if (fb->format->is_yuv) { in vop2_plane_atomic_update()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_fb.c | 107 .hsub = 2, .vsub = 1, .is_yuv = true }, 110 .hsub = 2, .vsub = 1, .is_yuv = true }, 113 .hsub = 2, .vsub = 1, .is_yuv = true }, 116 .hsub = 2, .vsub = 1, .is_yuv = true }, 119 .hsub = 1, .vsub = 1, .is_yuv = true }, 122 .hsub = 2, .vsub = 2, .is_yuv = true }, 125 .hsub = 2, .vsub = 2, .is_yuv = true }, 128 .hsub = 2, .vsub = 2, .is_yuv = true }, 131 .hsub = 2, .vsub = 2, .is_yuv = true }, 632 if (!info->is_yuv) in format_is_yuv_semiplanar()
|
| H A D | intel_fbdev.c | 520 if (!info->depth || info->num_planes != 1 || info->has_alpha || info->is_yuv) in intel_fbdev_color_mode()
|
| H A D | skl_universal_plane.c | 1256 if (fb->format->is_yuv && !icl_is_hdr_plane(display, plane->id)) { in glk_plane_color_ctl() 1271 } else if (fb->format->is_yuv) { in glk_plane_color_ctl() 1617 if (fb->format->is_yuv && icl_is_hdr_plane(display, plane_id)) in icl_plane_update_noarm()
|
| /linux/drivers/gpu/drm/imx/dcss/ |
| H A D | dcss-dpr.c | 448 if (!format->is_yuv) { in dcss_dpr_setup_components() 499 dcss_dpr_yuv_en(ch, format->is_yuv); in dcss_dpr_format_set()
|
| /linux/drivers/gpu/drm/xlnx/ |
| H A D | zynqmp_disp.c | 787 if (layer->drm_fmt->is_yuv) { in zynqmp_disp_blend_layer_set_csc() 830 val = (layer->drm_fmt->is_yuv ? in zynqmp_disp_blend_layer_enable() 839 if (layer->drm_fmt->is_yuv) { in zynqmp_disp_blend_layer_enable()
|
| /linux/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_pipeline.h | 365 is_yuv : 1, member
|
| /linux/drivers/gpu/drm/mediatek/ |
| H A D | mtk_disp_ovl.c | 362 if (state->fb->format->is_yuv && (state->rotation & ~DRM_MODE_ROTATE_0)) in mtk_ovl_layer_check()
|
| /linux/drivers/gpu/drm/arm/display/komeda/d71/ |
| H A D | d71_component.c | 247 if (fb->format->is_yuv) { in d71_layer_update()
|