Searched refs:INTEL_OUTPUT_HDMI (Results 1 – 18 of 18) sorted by relevance
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_ddi_buf_trans.c | 1099 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in skl_y_get_buf_trans() 1115 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in skl_u_get_buf_trans() 1131 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in skl_get_buf_trans() 1147 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in kbl_y_get_buf_trans() 1163 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in kbl_u_get_buf_trans() 1179 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in kbl_get_buf_trans() 1195 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in bxt_get_buf_trans() 1236 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in icl_get_combo_buf_trans() 1263 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in icl_get_mg_buf_trans() 1287 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in ehl_get_combo_buf_trans() [all …]
|
A D | g4x_hdmi.c | 88 pipe_config->output_types |= BIT(INTEL_OUTPUT_HDMI); in intel_hdmi_get_config() 589 intel_encoder->type = INTEL_OUTPUT_HDMI; in g4x_hdmi_init() 608 intel_encoder->cloneable |= 1 << INTEL_OUTPUT_HDMI; in g4x_hdmi_init()
|
A D | intel_ddi.c | 497 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_ddi_transcoder_func_reg_val_get() 621 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_ddi_disable_transcoder_func() 969 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in skl_ddi_set_iboost() 1113 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in icl_combo_phy_set_signal_levels() 1366 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in intel_ddi_level() 1392 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in hsw_set_signal_levels() 2667 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_ddi_pre_enable() 3076 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in intel_enable_ddi() 3177 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) && in intel_ddi_update_pipe() 3488 pipe_config->output_types |= BIT(INTEL_OUTPUT_HDMI); in intel_ddi_read_func_ctl() [all …]
|
A D | intel_snps_phy.c | 765 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_mpllb_tables_get() 779 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_mpllb_calc_state()
|
A D | intel_dpll.c | 828 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in i9xx_compute_dpll() 1019 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in ilk_compute_dpll() 1234 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) || in g4x_crtc_compute_clock() 1564 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in vlv_prepare_pll()
|
A D | intel_display_types.h | 66 INTEL_OUTPUT_HDMI = 6, enumerator 1808 case INTEL_OUTPUT_HDMI: in intel_encoder_is_dig_port()
|
A D | intel_dpll_mgr.c | 1034 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in hsw_get_dpll() 1730 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in skl_get_dpll() 2244 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) && in bxt_get_dpll() 2809 bool is_dp = !intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI); in icl_calc_mg_pll_state() 3134 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) || in icl_get_combo_phy_dpll()
|
A D | intel_opregion.c | 372 case INTEL_OUTPUT_HDMI: in intel_opregion_notify_encoder()
|
A D | intel_crt.c | 1047 crt->base.cloneable = (1 << INTEL_OUTPUT_DVO) | (1 << INTEL_OUTPUT_HDMI); in intel_crt_init()
|
A D | intel_display_debugfs.c | 747 if (encoder->type == INTEL_OUTPUT_HDMI || in intel_connector_info()
|
A D | intel_hdmi.c | 2022 if (crtc_state->output_types != BIT(INTEL_OUTPUT_HDMI)) in hdmi_deep_color_possible()
|
A D | intel_display.c | 609 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in ilk_enable_pch_transcoder() 6902 case INTEL_OUTPUT_HDMI: in check_digital_port_conflicts() 8388 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_crtc_update_active_timings()
|
/linux/drivers/gpu/drm/gma500/ |
A D | framebuffer.c | 516 case INTEL_OUTPUT_HDMI: in psb_setup_outputs() 518 clone_mask = (1 << INTEL_OUTPUT_HDMI); in psb_setup_outputs()
|
A D | psb_intel_drv.h | 52 #define INTEL_OUTPUT_HDMI 6 macro
|
A D | oaktrail_crtc.c | 225 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()
|
A D | cdv_intel_hdmi.c | 314 gma_encoder->type = INTEL_OUTPUT_HDMI; in cdv_hdmi_init()
|
A D | oaktrail_hdmi.c | 650 gma_encoder->type = INTEL_OUTPUT_HDMI; in oaktrail_hdmi_init()
|
A D | cdv_intel_display.c | 607 case INTEL_OUTPUT_HDMI: in cdv_intel_crtc_mode_set()
|
Completed in 92 milliseconds