Searched refs:INTF_DSI (Results 1 – 25 of 27) sorted by relevance
12
/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_cfg.c | 93 [1] = INTF_DSI, 94 [2] = INTF_DSI, 176 [1] = INTF_DSI, 261 [1] = INTF_DSI, 262 [2] = INTF_DSI, 361 [1] = INTF_DSI, 362 [2] = INTF_DSI, 435 [1] = INTF_DSI, 514 [1] = INTF_DSI, 515 [2] = INTF_DSI, [all …]
|
D | mdp5_encoder.c | 52 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()
|
D | mdp5_ctl.c | 145 case INTF_DSI: in set_ctl_op() 193 case INTF_DSI: in start_signal_needed() 746 if (hw_cfg->intf.connect[c] == INTF_DSI) in mdp5_ctlm_init()
|
D | mdp5_kms.h | 243 if ((intf->type == INTF_DSI) && in intf2vblank()
|
D | mdp5_kms.c | 343 if (intfs[i] == INTF_DSI) { in get_dsi_id_from_intf() 386 case INTF_DSI: in modeset_init_intf()
|
/drivers/gpu/drm/msm/disp/dpu1/catalog/ |
D | dpu_3_0_msm8998.h | 251 .type = INTF_DSI, 260 .type = INTF_DSI,
|
D | dpu_4_0_sdm845.h | 267 .type = INTF_DSI, 276 .type = INTF_DSI,
|
D | dpu_7_0_sm8350.h | 338 .type = INTF_DSI, 348 .type = INTF_DSI,
|
D | dpu_6_0_sm8250.h | 314 .type = INTF_DSI, 324 .type = INTF_DSI,
|
D | dpu_5_0_sm8150.h | 315 .type = INTF_DSI, 325 .type = INTF_DSI,
|
D | dpu_6_5_qcm2290.h | 94 .type = INTF_DSI,
|
D | dpu_9_0_sm8550.h | 359 .type = INTF_DSI, 369 .type = INTF_DSI,
|
D | dpu_8_1_sm8450.h | 360 .type = INTF_DSI, 370 .type = INTF_DSI,
|
D | dpu_5_1_sc8180x.h | 322 .type = INTF_DSI, 332 .type = INTF_DSI,
|
D | dpu_6_3_sm6115.h | 95 .type = INTF_DSI,
|
D | dpu_6_9_sm6375.h | 105 .type = INTF_DSI,
|
D | dpu_8_0_sc8280xp.h | 336 .type = INTF_DSI, 346 .type = INTF_DSI,
|
D | dpu_5_4_sm6125.h | 159 .type = INTF_DSI,
|
D | dpu_6_4_sm6350.h | 166 .type = INTF_DSI,
|
D | dpu_6_2_sc7180.h | 150 .type = INTF_DSI,
|
D | dpu_7_2_sc7280.h | 202 .type = INTF_DSI,
|
/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_mdss.h | 231 INTF_DSI = 0x1, enumerator
|
D | dpu_encoder.c | 508 if (disp_info->intf_type != INTF_DSI) in dpu_encoder_helper_split_config() 561 if (dpu_enc->disp_info.intf_type == INTF_DSI) in dpu_encoder_get_dsc_config() 1171 if (dpu_enc->disp_info.intf_type == INTF_DSI && in _dpu_encoder_virt_enable_helper()
|
D | dpu_encoder_phys_vid.c | 91 if (phys_enc->hw_intf->cap->type == INTF_DSI) { in drm_mode_to_intf_timing_params()
|
D | dpu_kms.c | 540 info.intf_type = INTF_DSI; in _dpu_kms_initialize_dsi()
|
12