Home
last modified time | relevance | path

Searched refs:INTEL_OUTPUT_HDMI (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_ddi_buf_trans.c1005 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in hsw_get_buf_trans()
1020 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in bdw_get_buf_trans()
1055 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in skl_y_get_buf_trans()
1071 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in skl_u_get_buf_trans()
1087 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in skl_get_buf_trans()
1103 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in kbl_y_get_buf_trans()
1119 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in kbl_u_get_buf_trans()
1135 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in kbl_get_buf_trans()
1151 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in bxt_get_buf_trans()
1192 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in icl_get_combo_buf_trans()
[all …]
Dg4x_hdmi.c88 pipe_config->output_types |= BIT(INTEL_OUTPUT_HDMI); in intel_hdmi_get_config()
588 intel_encoder->type = INTEL_OUTPUT_HDMI; in g4x_hdmi_init()
607 intel_encoder->cloneable |= 1 << INTEL_OUTPUT_HDMI; in g4x_hdmi_init()
Dintel_ddi.c480 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_ddi_transcoder_func_reg_val_get()
601 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_ddi_disable_transcoder_func()
944 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in skl_ddi_set_iboost()
1106 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in icl_combo_phy_ddi_vswing_sequence()
1335 (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) && in tgl_dkl_phy_ddi_vswing_sequence()
2718 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_ddi_pre_enable()
2906 if (intel_crtc_has_type(old_crtc_state, INTEL_OUTPUT_HDMI)) in intel_ddi_post_disable()
3140 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in intel_enable_ddi()
3197 if (intel_crtc_has_type(old_crtc_state, INTEL_OUTPUT_HDMI)) in intel_pre_disable_ddi()
3212 if (intel_crtc_has_type(old_crtc_state, INTEL_OUTPUT_HDMI)) in intel_disable_ddi()
[all …]
Dintel_snps_phy.c646 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_mpllb_tables_get()
660 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_mpllb_calc_state()
Dintel_dpll.c822 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in i9xx_compute_dpll()
996 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in ilk_compute_dpll()
1211 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) || in g4x_crtc_compute_clock()
1619 intel_crtc_has_type(pipe_config, INTEL_OUTPUT_HDMI)) in vlv_prepare_pll()
Dintel_display_types.h66 INTEL_OUTPUT_HDMI = 6, enumerator
1799 case INTEL_OUTPUT_HDMI: in intel_encoder_is_dig_port()
Dintel_dpll_mgr.c1068 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in hsw_get_dpll()
1764 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in skl_get_dpll()
2278 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) && in bxt_get_dpll()
2843 bool is_dp = !intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI); in icl_calc_mg_pll_state()
3168 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) || in icl_get_combo_phy_dpll()
Dintel_opregion.c373 case INTEL_OUTPUT_HDMI: in intel_opregion_notify_encoder()
Dintel_crt.c1047 crt->base.cloneable = (1 << INTEL_OUTPUT_DVO) | (1 << INTEL_OUTPUT_HDMI); in intel_crt_init()
Dintel_display_debugfs.c746 if (encoder->type == INTEL_OUTPUT_HDMI || in intel_connector_info()
Dintel_hdmi.c2023 if (crtc_state->output_types != BIT(INTEL_OUTPUT_HDMI)) in hdmi_deep_color_possible()
Dintel_display.c831 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in ilk_enable_pch_transcoder()
7905 case INTEL_OUTPUT_HDMI: in check_digital_port_conflicts()
9391 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_crtc_update_active_timings()
/Linux-v5.15/drivers/gpu/drm/gma500/
Dframebuffer.c516 case INTEL_OUTPUT_HDMI: in psb_setup_outputs()
518 clone_mask = (1 << INTEL_OUTPUT_HDMI); in psb_setup_outputs()
Dpsb_intel_drv.h52 #define INTEL_OUTPUT_HDMI 6 macro
Doaktrail_crtc.c225 if (gma_pipe_has_type(crtc, INTEL_OUTPUT_HDMI)) { in oaktrail_crtc_dpms()
381 if (gma_pipe_has_type(crtc, INTEL_OUTPUT_HDMI)) in oaktrail_crtc_mode_set()
Dcdv_intel_hdmi.c314 gma_encoder->type = INTEL_OUTPUT_HDMI; in cdv_hdmi_init()
Doaktrail_hdmi.c650 gma_encoder->type = INTEL_OUTPUT_HDMI; in oaktrail_hdmi_init()
Dcdv_intel_display.c607 case INTEL_OUTPUT_HDMI: in cdv_intel_crtc_mode_set()