Searched refs:INTEL_OUTPUT_HDMI (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
D | intel_ddi.c | 1042 if (type == INTEL_OUTPUT_HDMI) { in icl_get_combo_buf_trans() 1061 if (type == INTEL_OUTPUT_HDMI) { in icl_get_mg_buf_trans() 1080 case INTEL_OUTPUT_HDMI: in ehl_get_combo_buf_trans() 1108 case INTEL_OUTPUT_HDMI: in tgl_get_combo_buf_trans() 1151 if (type == INTEL_OUTPUT_HDMI) { in tgl_get_dkl_buf_trans() 1171 tgl_get_combo_buf_trans(encoder, INTEL_OUTPUT_HDMI, in intel_ddi_hdmi_level() 1174 tgl_get_dkl_buf_trans(encoder, INTEL_OUTPUT_HDMI, 0, in intel_ddi_hdmi_level() 1179 icl_get_combo_buf_trans(encoder, INTEL_OUTPUT_HDMI, in intel_ddi_hdmi_level() 1182 icl_get_mg_buf_trans(encoder, INTEL_OUTPUT_HDMI, 0, in intel_ddi_hdmi_level() 1723 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_ddi_transcoder_func_reg_val_get() [all …]
|
D | intel_display_types.h | 65 INTEL_OUTPUT_HDMI = 6, enumerator 1535 case INTEL_OUTPUT_HDMI: in intel_encoder_is_dig_port()
|
D | intel_dpll_mgr.c | 1038 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in hsw_get_dpll() 1721 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in skl_get_dpll() 2234 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) && in bxt_get_dpll() 2796 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in cnl_get_dpll() 3196 bool is_dp = !intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI); in icl_calc_mg_pll_state() 3521 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) || in icl_get_combo_phy_dpll()
|
D | intel_hdmi.c | 1858 pipe_config->output_types |= BIT(INTEL_OUTPUT_HDMI); in intel_hdmi_get_config() 2344 if (crtc_state->output_types != BIT(INTEL_OUTPUT_HDMI)) in hdmi_deep_color_possible() 3407 intel_encoder->type = INTEL_OUTPUT_HDMI; in intel_hdmi_init() 3426 intel_encoder->cloneable |= 1 << INTEL_OUTPUT_HDMI; in intel_hdmi_init()
|
D | intel_opregion.c | 373 case INTEL_OUTPUT_HDMI: in intel_opregion_notify_encoder()
|
D | intel_crt.c | 1043 crt->base.cloneable = (1 << INTEL_OUTPUT_DVO) | (1 << INTEL_OUTPUT_HDMI); in intel_crt_init()
|
D | intel_display_debugfs.c | 702 if (encoder->type == INTEL_OUTPUT_HDMI || in intel_connector_info()
|
D | intel_display.c | 1694 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in ilk_enable_pch_transcoder() 8489 intel_crtc_has_type(pipe_config, INTEL_OUTPUT_HDMI)) in vlv_prepare_pll() 8709 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in i9xx_compute_dpll() 9097 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) || in g4x_crtc_compute_clock() 10297 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in ilk_compute_dpll() 13259 case INTEL_OUTPUT_HDMI: in check_digital_port_conflicts() 14548 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_crtc_update_active_timings()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
D | framebuffer.c | 599 case INTEL_OUTPUT_HDMI: in psb_setup_outputs() 601 clone_mask = (1 << INTEL_OUTPUT_HDMI); in psb_setup_outputs()
|
D | psb_intel_drv.h | 52 #define INTEL_OUTPUT_HDMI 6 macro
|
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()
|
D | cdv_intel_hdmi.c | 318 gma_encoder->type = INTEL_OUTPUT_HDMI; in cdv_hdmi_init()
|
D | mdfld_intel_display.c | 576 } else if (gma_pipe_has_type(crtc, INTEL_OUTPUT_HDMI)) { in mdfld_limit() 713 case INTEL_OUTPUT_HDMI: in mdfld_crtc_mode_set()
|
D | oaktrail_hdmi.c | 650 gma_encoder->type = INTEL_OUTPUT_HDMI; in oaktrail_hdmi_init()
|
D | cdv_intel_display.c | 610 case INTEL_OUTPUT_HDMI: in cdv_intel_crtc_mode_set()
|