Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/display/
Dintel_ddi.c853 if (type == INTEL_OUTPUT_HDMI) { in icl_get_combo_buf_trans()
877 icl_get_combo_buf_trans(dev_priv, INTEL_OUTPUT_HDMI, in intel_ddi_hdmi_level()
1827 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_ddi_enable_transcoder_func()
1869 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_ddi_disable_transcoder_func()
2201 if (type == INTEL_OUTPUT_HDMI) in skl_ddi_set_iboost()
2210 if (type == INTEL_OUTPUT_HDMI) in skl_ddi_set_iboost()
2245 if (type == INTEL_OUTPUT_HDMI) in bxt_ddi_vswing_sequence()
2333 if (type == INTEL_OUTPUT_HDMI) in cnl_ddi_vswing_program()
2396 if (type == INTEL_OUTPUT_HDMI) { in cnl_ddi_vswing_sequence()
2412 if (type != INTEL_OUTPUT_HDMI) in cnl_ddi_vswing_sequence()
[all …]
Dintel_display_types.h63 INTEL_OUTPUT_HDMI = 6, enumerator
1367 case INTEL_OUTPUT_HDMI: in intel_encoder_is_dig_port()
Dintel_dpll_mgr.c882 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in hsw_get_dpll()
1446 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in skl_get_dpll()
1896 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) && in bxt_get_dpll()
2399 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in cnl_get_dpll()
2582 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) || in icl_calc_dpll_state()
2710 bool is_dp = !intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI); in icl_calc_mg_pll_state()
Dintel_hdmi.c1786 pipe_config->output_types |= BIT(INTEL_OUTPUT_HDMI); in intel_hdmi_get_config()
2219 if (crtc_state->output_types != 1 << INTEL_OUTPUT_HDMI) in hdmi_deep_color_possible()
3214 intel_encoder->type = INTEL_OUTPUT_HDMI; in intel_hdmi_init()
3232 intel_encoder->cloneable |= 1 << INTEL_OUTPUT_HDMI; in intel_hdmi_init()
Dintel_opregion.c397 case INTEL_OUTPUT_HDMI: in intel_opregion_notify_encoder()
Dintel_crt.c1002 crt->base.cloneable = (1 << INTEL_OUTPUT_DVO) | (1 << INTEL_OUTPUT_HDMI); in intel_crt_init()
Dintel_display.c1655 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in ironlake_enable_pch_transcoder()
7801 intel_crtc_has_type(pipe_config, INTEL_OUTPUT_HDMI)) in vlv_prepare_pll()
8021 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in i9xx_compute_dpll()
8394 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) || in g4x_crtc_compute_clock()
9576 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in ironlake_compute_dpll()
12211 case INTEL_OUTPUT_HDMI: in check_digital_port_conflicts()
13321 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in update_scanline_offset()
/drivers/gpu/drm/gma500/
Dframebuffer.c601 case INTEL_OUTPUT_HDMI: in psb_setup_outputs()
603 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.c318 gma_encoder->type = INTEL_OUTPUT_HDMI; in cdv_hdmi_init()
Dmdfld_intel_display.c599 } else if (gma_pipe_has_type(crtc, INTEL_OUTPUT_HDMI)) { in mdfld_limit()
746 case INTEL_OUTPUT_HDMI: in mdfld_crtc_mode_set()
Doaktrail_hdmi.c662 gma_encoder->type = INTEL_OUTPUT_HDMI; in oaktrail_hdmi_init()
Dcdv_intel_display.c610 case INTEL_OUTPUT_HDMI: in cdv_intel_crtc_mode_set()
/drivers/gpu/drm/i915/
Di915_debugfs.c2595 if (intel_encoder->type == INTEL_OUTPUT_HDMI || in intel_connector_info()