Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_ddi_buf_trans.c1199 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in skl_y_get_buf_trans()
1213 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in skl_u_get_buf_trans()
1227 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in skl_get_buf_trans()
1241 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in kbl_y_get_buf_trans()
1255 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in kbl_u_get_buf_trans()
1269 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in kbl_get_buf_trans()
1283 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in bxt_get_buf_trans()
1322 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in icl_get_combo_buf_trans()
1349 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in icl_get_mg_buf_trans()
1371 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in ehl_get_combo_buf_trans()
[all …]
H A Dg4x_hdmi.c89 return encoder && encoder->type == INTEL_OUTPUT_HDMI; in connector_is_hdmi()
157 pipe_config->output_types |= BIT(INTEL_OUTPUT_HDMI); in intel_hdmi_get_config()
751 intel_encoder->type = INTEL_OUTPUT_HDMI; in g4x_hdmi_init()
770 intel_encoder->cloneable |= BIT(INTEL_OUTPUT_HDMI); in g4x_hdmi_init()
H A Dintel_ddi.c536 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_ddi_transcoder_func_reg_val_get()
662 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_ddi_disable_transcoder_func()
1038 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in skl_ddi_set_iboost()
1185 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in icl_combo_phy_set_signal_levels()
1369 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in tgl_dkl_phy_set_signal_levels()
1436 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in intel_ddi_level()
1462 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in hsw_set_signal_levels()
2790 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_ddi_pre_enable()
3257 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in intel_enable_ddi()
3707 pipe_config->output_types |= BIT(INTEL_OUTPUT_HDMI); in intel_ddi_read_func_ctl()
[all …]
H A Dintel_vblank.c483 } else if (HAS_DDI(i915) && intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_crtc_scanline_offset()
H A Dintel_dpll.c830 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in i9xx_compute_dpll()
1084 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in ilk_compute_dpll()
1315 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) || in g4x_crtc_compute_clock()
1713 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in vlv_prepare_pll()
H A Dintel_display_types.h78 INTEL_OUTPUT_HDMI = 6, enumerator
1891 case INTEL_OUTPUT_HDMI: in intel_encoder_is_dig_port()
H A Dintel_dpll_mgr.c1127 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in hsw_compute_dpll()
1145 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in hsw_get_dpll()
1819 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in skl_compute_dpll()
2289 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in bxt_compute_dpll()
2866 bool is_dp = !intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI); in icl_calc_mg_pll_state()
3178 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) || in icl_compute_combo_phy_dpll()
H A Dintel_cx0_phy.c1754 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_c10pll_tables_get()
2007 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in intel_c20_pll_tables_get()
2021 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_c20pll_calc_state()
2423 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) && in intel_program_port_clock_ctl()
H A Dintel_pch_display.c286 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in ilk_enable_pch_transcoder()
H A Dintel_snps_phy.c1777 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_mpllb_tables_get()
1792 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_mpllb_calc_state()
H A Dintel_opregion.c413 case INTEL_OUTPUT_HDMI: in intel_opregion_notify_encoder()
H A Dintel_crt.c1051 crt->base.cloneable = BIT(INTEL_OUTPUT_DVO) | BIT(INTEL_OUTPUT_HDMI); in intel_crt_init()
H A Dintel_display_debugfs.c297 if (encoder->type == INTEL_OUTPUT_HDMI || in intel_connector_info()
H A Dintel_display.c4467 case INTEL_OUTPUT_HDMI: in check_digital_port_conflicts()
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dframebuffer.c166 case INTEL_OUTPUT_HDMI: in psb_setup_outputs()
168 clone_mask = (1 << INTEL_OUTPUT_HDMI); in psb_setup_outputs()
H A Dpsb_intel_drv.h51 #define INTEL_OUTPUT_HDMI 6 macro
H A Doaktrail_crtc.c228 if (gma_pipe_has_type(crtc, INTEL_OUTPUT_HDMI)) { in oaktrail_crtc_dpms()
384 if (gma_pipe_has_type(crtc, INTEL_OUTPUT_HDMI)) in oaktrail_crtc_mode_set()
H A Dcdv_intel_hdmi.c337 gma_encoder->type = INTEL_OUTPUT_HDMI; in cdv_hdmi_init()
H A Doaktrail_hdmi.c653 gma_encoder->type = INTEL_OUTPUT_HDMI; in oaktrail_hdmi_init()
H A Dcdv_intel_display.c609 case INTEL_OUTPUT_HDMI: in cdv_intel_crtc_mode_set()