Home
last modified time | relevance | path

Searched refs:cwb_cfg (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_cwb.c19 struct dpu_hw_cwb_setup_cfg *cwb_cfg) in dpu_hw_cwb_config() argument
26 if (!cwb_cfg) in dpu_hw_cwb_config()
29 input = cwb_cfg->input; in dpu_hw_cwb_config()
30 pp = cwb_cfg->pp_idx; in dpu_hw_cwb_config()
H A Ddpu_hw_cwb.h36 struct dpu_hw_cwb_setup_cfg *cwb_cfg);
H A Ddpu_encoder.c2354 struct dpu_hw_cwb_setup_cfg cwb_cfg; in dpu_encoder_helper_phys_setup_cwb() local
2388 cwb_cfg.input = INPUT_MODE_LM_OUT; in dpu_encoder_helper_phys_setup_cwb()
2398 cwb_cfg.pp_idx = hw_pp->idx; in dpu_encoder_helper_phys_setup_cwb()
2400 cwb_cfg.pp_idx = PINGPONG_NONE; in dpu_encoder_helper_phys_setup_cwb()
2403 hw_cwb->ops.config_cwb(hw_cwb, &cwb_cfg); in dpu_encoder_helper_phys_setup_cwb()