Home
last modified time | relevance | path

Searched refs:intf_mode_sel (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_ctl.h46 enum dpu_ctl_mode_sel intf_mode_sel; member
Ddpu_hw_ctl.c494 if (cfg->intf_mode_sel == DPU_CTL_MODE_SEL_CMD) in dpu_hw_ctl_intf_cfg_v1()
517 switch (cfg->intf_mode_sel) { in dpu_hw_ctl_intf_cfg()
527 pr_err("unknown interface type %d\n", cfg->intf_mode_sel); in dpu_hw_ctl_intf_cfg()
Ddpu_encoder_phys_cmd.c65 intf_cfg.intf_mode_sel = DPU_CTL_MODE_SEL_CMD; in _dpu_encoder_phys_cmd_update_intf_cfg()
Ddpu_encoder_phys_vid.c282 intf_cfg.intf_mode_sel = DPU_CTL_MODE_SEL_VID; in dpu_encoder_phys_vid_setup_timing_engine()