Home
last modified time | relevance | path

Searched refs:INTF_DSI (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_cfg.c93 [1] = INTF_DSI,
94 [2] = INTF_DSI,
175 [1] = INTF_DSI,
176 [2] = INTF_DSI,
270 [1] = INTF_DSI,
271 [2] = INTF_DSI,
339 [1] = INTF_DSI,
413 [1] = INTF_DSI,
414 [2] = INTF_DSI,
507 [1] = INTF_DSI,
[all …]
Dmdp5_encoder.c52 if (mdp5_encoder->intf->type != INTF_DSI) { in mdp5_vid_encoder_mode_set()
326 WARN_ON(intf->type != INTF_DSI); in mdp5_encoder_set_intf_mode()
329 if (intf->type == INTF_DSI) in mdp5_encoder_set_intf_mode()
343 int enc_type = (intf->type == INTF_DSI) ? in mdp5_encoder_init()
Dmdp5_ctl.c145 case INTF_DSI: in set_ctl_op()
193 case INTF_DSI: in start_signal_needed()
737 if (hw_cfg->intf.connect[c] == INTF_DSI) in mdp5_ctlm_init()
Dmdp5_kms.h243 if ((intf->type == INTF_DSI) && in intf2vblank()
Dmdp5_kms.c362 if (intfs[i] == INTF_DSI) { in get_dsi_id_from_intf()
420 case INTF_DSI: in modeset_init_intf()
Dmdp5_crtc.c634 if ((intf->type == INTF_DSI) && in mdp5_crtc_setup_pipeline()
Dmdp5.xml.h51 INTF_DSI = 1, enumerator
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_catalog.c535 INTF_BLK("intf_1", INTF_1, 0x6A800, INTF_DSI, 0, INTF_SDM845_MASK),
536 INTF_BLK("intf_2", INTF_2, 0x6B000, INTF_DSI, 1, INTF_SDM845_MASK),
542 INTF_BLK("intf_1", INTF_1, 0x6A800, INTF_DSI, 0, INTF_SC7180_MASK),
547 INTF_BLK("intf_1", INTF_1, 0x6A800, INTF_DSI, 0, INTF_SC7180_MASK),
548 INTF_BLK("intf_2", INTF_2, 0x6B000, INTF_DSI, 1, INTF_SC7180_MASK),
Ddpu_hw_mdss.h202 INTF_DSI = 0x1, enumerator
Ddpu_encoder_phys_vid.c87 if (phys_enc->hw_intf->cap->type == INTF_DSI) { in drm_mode_to_intf_timing_params()
Ddpu_encoder.c2052 intf_type = INTF_DSI; in dpu_encoder_setup_display()