Home
last modified time | relevance | path

Searched refs:mode_3d (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_merge3d.c18 enum dpu_3d_blend_mode mode_3d) in dpu_hw_merge_3d_setup_3d_mode() argument
25 if (mode_3d == BLEND_3D_NONE) { in dpu_hw_merge_3d_setup_3d_mode()
29 data = BIT(0) | ((mode_3d - 1) << 1); in dpu_hw_merge_3d_setup_3d_mode()
H A Ddpu_hw_merge3d.h22 enum dpu_3d_blend_mode mode_3d);
H A Ddpu_encoder_phys_wb.c197 enum dpu_3d_blend_mode mode_3d; in dpu_encoder_phys_wb_setup_cdp() local
199 mode_3d = dpu_encoder_helper_get_3d_blend_mode(phys_enc); in dpu_encoder_phys_wb_setup_cdp()
204 if (mode_3d && hw_pp && hw_pp->merge_3d) in dpu_encoder_phys_wb_setup_cdp()
209 mode_3d); in dpu_encoder_phys_wb_setup_cdp()
222 intf_cfg.mode_3d = in dpu_encoder_phys_wb_setup_cdp()
H A Ddpu_hw_ctl.h48 enum dpu_3d_blend_mode mode_3d; member
H A Ddpu_hw_ctl.c553 if (cfg->mode_3d) { in dpu_hw_ctl_intf_cfg()
555 intf_cfg |= (cfg->mode_3d - 0x1) << 20; in dpu_hw_ctl_intf_cfg()
H A Ddpu_encoder_phys_vid.c279 intf_cfg.mode_3d = dpu_encoder_helper_get_3d_blend_mode(phys_enc); in dpu_encoder_phys_vid_setup_timing_engine()
296 phys_enc->hw_pp->merge_3d->ops.setup_3d_mode(phys_enc->hw_pp->merge_3d, intf_cfg.mode_3d); in dpu_encoder_phys_vid_setup_timing_engine()
H A Ddpu_encoder_phys_cmd.c62 intf_cfg.mode_3d = dpu_encoder_helper_get_3d_blend_mode(phys_enc); in _dpu_encoder_phys_cmd_update_intf_cfg()
H A Ddpu_encoder.c2089 intf_cfg.mode_3d = dpu_encoder_helper_get_3d_blend_mode(phys_enc); in dpu_encoder_helper_phys_cleanup()