Home
last modified time | relevance | path

Searched refs:is_yuv (Results 1 – 25 of 29) sorted by relevance

12

/drivers/gpu/drm/
Ddrm_fourcc.c215 …_YUV410, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 4, .vsub = 4, .is_yuv = true }, in __drm_format_info()
216 …_YVU410, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 4, .vsub = 4, .is_yuv = true }, in __drm_format_info()
217 …_YUV411, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 4, .vsub = 1, .is_yuv = true }, in __drm_format_info()
218 …_YVU411, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 4, .vsub = 1, .is_yuv = true }, in __drm_format_info()
219 …_YUV420, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 2, .vsub = 2, .is_yuv = true }, in __drm_format_info()
220 …_YVU420, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 2, .vsub = 2, .is_yuv = true }, in __drm_format_info()
221 …_YUV422, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 2, .vsub = 1, .is_yuv = true }, in __drm_format_info()
222 …_YVU422, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 2, .vsub = 1, .is_yuv = true }, in __drm_format_info()
223 …_YUV444, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 1, .vsub = 1, .is_yuv = true }, in __drm_format_info()
224 …_YVU444, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 1, .vsub = 1, .is_yuv = true }, in __drm_format_info()
[all …]
/drivers/gpu/drm/msm/disp/
Dmdp_kms.h84 bool is_yuv; member
87 #define MDP_FORMAT_IS_YUV(mdp_format) ((mdp_format)->is_yuv)
Dmdp_format.c76 .is_yuv = yuv, \
/drivers/gpu/drm/imx/dcss/
Ddcss-plane.c110 if (!format->is_yuv && linear_format) in dcss_plane_can_rotate()
113 else if (!format->is_yuv && in dcss_plane_can_rotate()
118 else if (format->is_yuv && linear_format && in dcss_plane_can_rotate()
221 if (!format->is_yuv || in dcss_plane_atomic_set_base()
Ddcss-scaler.c717 if (format->is_yuv) in dcss_scaler_set_rgb10_order()
767 if (format->is_yuv) { in dcss_scaler_setup()
792 if (format->is_yuv) in dcss_scaler_setup()
Ddcss-dpr.c463 if (!format->is_yuv) { in dcss_dpr_setup_components()
514 dcss_dpr_yuv_en(ch, format->is_yuv); in dcss_dpr_format_set()
/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.c362 bool is_yuv = false; in scl_vop_cal_scl_fac() local
370 if (info->is_yuv) in scl_vop_cal_scl_fac()
371 is_yuv = true; in scl_vop_cal_scl_fac()
383 if (is_yuv) { in scl_vop_cal_scl_fac()
395 if (is_yuv) { in scl_vop_cal_scl_fac()
441 if (is_yuv) { in scl_vop_cal_scl_fac()
826 if (fb->format->is_yuv && ((state->src.x1 >> 16) % 2)) { in vop_plane_atomic_check()
831 if (fb->format->is_yuv && state->rotation & DRM_MODE_REFLECT_Y) { in vop_plane_atomic_check()
902 int is_yuv = fb->format->is_yuv; in vop_plane_atomic_update() local
961 VOP_WIN_YUV2YUV_SET(vop, win_yuv2yuv, y2r_en, is_yuv); in vop_plane_atomic_update()
[all …]
Drockchip_drm_vop.h391 static inline int scl_vop_cal_lb_mode(int width, bool is_yuv) in scl_vop_cal_lb_mode() argument
395 if (is_yuv) { in scl_vop_cal_lb_mode()
/drivers/gpu/drm/vc4/
Dvc4_plane.c386 vc4_state->is_yuv = true; in vc4_plane_setup_clipping_and_scaling()
407 vc4_state->is_yuv = false; in vc4_plane_setup_clipping_and_scaling()
467 if (!vc4_state->is_yuv) { in vc4_lbm_size()
971 if (vc4_state->is_yuv) { in vc4_plane_mode_set()
1177 vc4_state->is_yuv = new_vc4_state->is_yuv; in vc4_plane_atomic_async_update()
Dvc4_drv.h392 bool is_yuv; member
/drivers/gpu/drm/arm/
Dmalidp_planes.c219 if (!(info->is_yuv) != !!(modifier & AFBC_FORMAT_MOD_YTR)) { in malidp_format_mod_supported()
221 info->is_yuv ? "disallowed" : "mandatory", in malidp_format_mod_supported()
222 info->is_yuv ? "YUV" : "RGB"); in malidp_format_mod_supported()
227 if (!info->is_yuv) { in malidp_format_mod_supported()
Dmalidp_mw.c178 if (fb->format->is_yuv) in malidp_mw_encoder_atomic_check()
/drivers/gpu/drm/sun4i/
Dsun4i_backend.c290 if (fb->format->is_yuv) in sun4i_backend_update_layer_formats()
363 if (fb->format->is_yuv) in sun4i_backend_update_layer_buffer()
524 if (fb->format->is_yuv) { in sun4i_backend_atomic_check()
Dsun4i_frontend.c251 if (!format->is_yuv) in sun4i_frontend_drm_format_to_input_fmt()
466 if (format->is_yuv) { in sun4i_frontend_update_formats()
Dsun8i_vi_layer.c216 if (!format->is_yuv) in sun8i_vi_layer_get_csc_mode()
262 if (!fmt->is_yuv) in sun8i_vi_layer_update_formats()
Dsun8i_ui_layer.c185 if (ret || fmt->is_yuv) { in sun8i_ui_layer_update_formats()
/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_plane.c709 bool scaling = format->is_yuv ? true : (src != dst); in get_scale_config()
712 bool yuv = format->is_yuv; in get_scale_config()
741 bool scaling = format->is_yuv ? true : (src != dst); in calc_pixel_ext()
771 if (format->is_yuv && i == COMP_1_2) { in mdp5_write_pixel_ext()
/drivers/gpu/drm/arm/display/komeda/
Dkomeda_pipeline_state.c859 dflow->is_yuv = fb->format->is_yuv; in komeda_complete_data_flow_cfg()
1002 if ((overlap != 0) && dflow->is_yuv) { in komeda_split_data_flow()
1024 if ((overlap != 0) && dflow->is_yuv) { in komeda_split_data_flow()
Dkomeda_pipeline.h365 is_yuv : 1, member
/drivers/gpu/drm/i915/display/
Dintel_sprite.c631 if (fb->format->is_yuv && icl_is_hdr_plane(dev_priv, plane_id)) in skl_program_plane()
766 if (!fb->format->is_yuv) in chv_update_csc()
814 if (fb->format->is_yuv && in vlv_update_clrc()
1019 if (!fb->format->is_yuv) in vlv_update_gamma()
1597 if (!fb->format->is_yuv) in g4x_sprite_min_cdclk()
1712 if (!fb->format->is_yuv) in g4x_update_gamma()
1742 if (!fb->format->is_yuv) in ilk_update_gamma()
Dintel_atomic.c332 plane_state->hw.fb->format->is_yuv && in intel_atomic_setup_scaler()
Dintel_atomic_plane.c175 if (fb->format->is_yuv && fb->format->num_planes > 1) in intel_plane_data_rate()
/drivers/gpu/drm/xlnx/
Dzynqmp_disp.c800 if (layer->drm_fmt->is_yuv) { in zynqmp_disp_blend_layer_set_csc()
843 val = (layer->drm_fmt->is_yuv ? in zynqmp_disp_blend_layer_enable()
852 if (layer->drm_fmt->is_yuv) { in zynqmp_disp_blend_layer_enable()
/drivers/gpu/drm/mediatek/
Dmtk_disp_ovl.c172 if (state->fb->format->is_yuv && rotation != 0) in mtk_ovl_layer_check()
/drivers/gpu/drm/ingenic/
Dingenic-ipu.c428 if (finfo->is_yuv) { in ingenic_ipu_plane_atomic_update()

12