Searched refs:INTEL_OUTPUT_HDMI (Results 1 – 15 of 15) sorted by relevance
/drivers/gpu/drm/i915/display/ |
D | intel_ddi.c | 853 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 …]
|
D | intel_display_types.h | 63 INTEL_OUTPUT_HDMI = 6, enumerator 1367 case INTEL_OUTPUT_HDMI: in intel_encoder_is_dig_port()
|
D | intel_dpll_mgr.c | 882 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()
|
D | intel_hdmi.c | 1786 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()
|
D | intel_opregion.c | 397 case INTEL_OUTPUT_HDMI: in intel_opregion_notify_encoder()
|
D | intel_crt.c | 1002 crt->base.cloneable = (1 << INTEL_OUTPUT_DVO) | (1 << INTEL_OUTPUT_HDMI); in intel_crt_init()
|
D | intel_display.c | 1655 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/ |
D | framebuffer.c | 601 case INTEL_OUTPUT_HDMI: in psb_setup_outputs() 603 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 | 599 } else if (gma_pipe_has_type(crtc, INTEL_OUTPUT_HDMI)) { in mdfld_limit() 746 case INTEL_OUTPUT_HDMI: in mdfld_crtc_mode_set()
|
D | oaktrail_hdmi.c | 662 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()
|
/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 2595 if (intel_encoder->type == INTEL_OUTPUT_HDMI || in intel_connector_info()
|