Searched refs:INTEL_OUTPUT_HDMI (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_ddi.c | 921 INTEL_OUTPUT_HDMI, &n_entries); in intel_ddi_hdmi_level() 1464 if (intel_crtc_has_type(pipe_config, INTEL_OUTPUT_HDMI)) in icl_ddi_clock_get() 1791 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_ddi_enable_transcoder_func() 1828 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in intel_ddi_disable_transcoder_func() 2091 if (type == INTEL_OUTPUT_HDMI) in skl_ddi_set_iboost() 2100 if (type == INTEL_OUTPUT_HDMI) in skl_ddi_set_iboost() 2135 if (type == INTEL_OUTPUT_HDMI) in bxt_ddi_vswing_sequence() 2221 if (type == INTEL_OUTPUT_HDMI) in cnl_ddi_vswing_program() 2284 if (type == INTEL_OUTPUT_HDMI) { in cnl_ddi_vswing_sequence() 2300 if (type != INTEL_OUTPUT_HDMI) in cnl_ddi_vswing_sequence() [all …]
|
D | intel_dpll_mgr.c | 829 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in hsw_get_dpll() 1387 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in skl_get_dpll() 1827 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) && in bxt_get_dpll() 2352 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) { in cnl_get_dpll() 2506 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in icl_calc_dpll_state() 2695 bool is_dp = !intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI); in icl_calc_mg_pll_state()
|
D | intel_hdmi.c | 1203 pipe_config->output_types |= BIT(INTEL_OUTPUT_HDMI); in intel_hdmi_get_config() 1618 if (crtc_state->output_types != 1 << INTEL_OUTPUT_HDMI) in hdmi_deep_color_possible() 2458 intel_encoder->type = INTEL_OUTPUT_HDMI; in intel_hdmi_init() 2476 intel_encoder->cloneable |= 1 << INTEL_OUTPUT_HDMI; in intel_hdmi_init()
|
D | intel_drv.h | 174 INTEL_OUTPUT_HDMI = 6, enumerator 1261 case INTEL_OUTPUT_HDMI: in intel_encoder_is_dig_port()
|
D | intel_crt.c | 981 crt->base.cloneable = (1 << INTEL_OUTPUT_DVO) | (1 << INTEL_OUTPUT_HDMI); in intel_crt_init()
|
D | intel_opregion.c | 390 case INTEL_OUTPUT_HDMI: in intel_opregion_notify_encoder()
|
D | intel_display.c | 1703 if (intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_HDMI)) in ironlake_enable_pch_transcoder() 6964 intel_crtc_has_type(crtc->config, INTEL_OUTPUT_HDMI)) in vlv_prepare_pll() 7183 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in i9xx_compute_dpll() 7530 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) || in g4x_crtc_compute_clock() 8531 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in ironlake_compute_dpll() 11034 case INTEL_OUTPUT_HDMI: in check_digital_port_conflicts() 12056 intel_crtc_has_type(crtc->config, INTEL_OUTPUT_HDMI)) { in update_scanline_offset()
|
D | i915_debugfs.c | 3059 if (intel_encoder->type == INTEL_OUTPUT_HDMI || in intel_connector_info()
|
/Linux-v4.19/drivers/gpu/drm/gma500/ |
D | psb_intel_drv.h | 64 #define INTEL_OUTPUT_HDMI 6 macro
|
D | framebuffer.c | 619 case INTEL_OUTPUT_HDMI: in psb_setup_outputs() 621 clone_mask = (1 << INTEL_OUTPUT_HDMI); in psb_setup_outputs()
|
D | oaktrail_crtc.c | 233 if (gma_pipe_has_type(crtc, INTEL_OUTPUT_HDMI)) { in oaktrail_crtc_dpms() 389 if (gma_pipe_has_type(crtc, INTEL_OUTPUT_HDMI)) in oaktrail_crtc_mode_set()
|
D | cdv_intel_hdmi.c | 317 gma_encoder->type = INTEL_OUTPUT_HDMI; in cdv_hdmi_init()
|
D | mdfld_intel_display.c | 608 } else if (gma_pipe_has_type(crtc, INTEL_OUTPUT_HDMI)) { in mdfld_limit() 755 case INTEL_OUTPUT_HDMI: in mdfld_crtc_mode_set()
|
D | oaktrail_hdmi.c | 660 gma_encoder->type = INTEL_OUTPUT_HDMI; in oaktrail_hdmi_init()
|
D | cdv_intel_display.c | 620 case INTEL_OUTPUT_HDMI: in cdv_intel_crtc_mode_set()
|