| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_ddi_buf_trans.c | 1199 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 D | g4x_hdmi.c | 91 return encoder && encoder->type == INTEL_OUTPUT_HDMI; in connector_is_hdmi() 163 pipe_config->output_types |= BIT(INTEL_OUTPUT_HDMI); in intel_hdmi_get_config() 759 intel_encoder->type = INTEL_OUTPUT_HDMI; in g4x_hdmi_init() 778 intel_encoder->cloneable |= BIT(INTEL_OUTPUT_HDMI); in g4x_hdmi_init()
|
| H A D | intel_ddi.c | 571 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_ddi_transcoder_func_reg_val_get() 716 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_ddi_disable_transcoder_func() 1102 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in skl_ddi_set_iboost() 1250 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in icl_combo_phy_set_signal_levels() 1434 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in tgl_dkl_phy_set_signal_levels() 1501 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in intel_ddi_level() 1527 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in hsw_set_signal_levels() 3032 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_ddi_pre_enable() 3645 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in intel_ddi_update_pipe() 3976 crtc_state->output_types |= BIT(INTEL_OUTPUT_HDMI); in intel_ddi_read_func_ctl_dvi() [all …]
|
| H A D | intel_display_types.h | 76 INTEL_OUTPUT_HDMI = 6, enumerator 1906 case INTEL_OUTPUT_HDMI: in intel_encoder_is_dig_port() 1987 case INTEL_OUTPUT_HDMI: in intel_encoder_is_hdmi()
|
| H A D | intel_vblank.c | 229 else if (HAS_DDI(display) && intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in intel_crtc_scanline_offset()
|
| H A D | intel_dpll.c | 1026 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in i9xx_dpll() 1294 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in ilk_dpll() 1560 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) || in g4x_crtc_compute_clock() 1968 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in vlv_prepare_pll()
|
| H A D | intel_dpll_mgr.c | 1208 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in hsw_compute_dpll() 1226 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in hsw_get_dpll() 1928 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in skl_compute_dpll() 2417 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in bxt_compute_dpll() 3013 bool is_dp = !intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI); in icl_calc_mg_pll_state() 3326 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) || in icl_compute_combo_phy_dpll()
|
| H A D | intel_pch_display.c | 294 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in ilk_enable_pch_transcoder()
|
| H A D | intel_cx0_phy.c | 2015 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_c10pll_tables_get() 2087 if (err == 0 || !intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in intel_c10pll_calc_state() 2321 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_c20_pll_tables_get() 2336 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_c20pll_calc_state()
|
| H A D | intel_snps_phy.c | 1781 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_mpllb_tables_get() 1807 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_mpllb_calc_state()
|
| H A D | intel_crt.c | 1074 crt->base.cloneable = BIT(INTEL_OUTPUT_DVO) | BIT(INTEL_OUTPUT_HDMI); in intel_crt_init()
|
| H A D | intel_opregion.c | 439 case INTEL_OUTPUT_HDMI: in intel_opregion_notify_encoder()
|
| H A D | intel_display.c | 4383 case INTEL_OUTPUT_HDMI: in check_digital_port_conflicts()
|
| /linux-6.15/drivers/gpu/drm/gma500/ |
| H A D | framebuffer.c | 166 case INTEL_OUTPUT_HDMI: in psb_setup_outputs() 168 clone_mask = (1 << INTEL_OUTPUT_HDMI); in psb_setup_outputs()
|
| H A D | psb_intel_drv.h | 51 #define INTEL_OUTPUT_HDMI 6 macro
|
| H A D | oaktrail_crtc.c | 228 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 D | cdv_intel_hdmi.c | 337 gma_encoder->type = INTEL_OUTPUT_HDMI; in cdv_hdmi_init()
|
| H A D | oaktrail_hdmi.c | 653 gma_encoder->type = INTEL_OUTPUT_HDMI; in oaktrail_hdmi_init()
|
| H A D | cdv_intel_display.c | 609 case INTEL_OUTPUT_HDMI: in cdv_intel_crtc_mode_set()
|