Home
last modified time | relevance | path

Searched defs:intel_dp (Results 1 – 19 of 19) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_pps.c23 intel_wakeref_t intel_pps_lock(struct intel_dp *intel_dp) in intel_pps_lock()
37 intel_wakeref_t intel_pps_unlock(struct intel_dp *intel_dp, in intel_pps_unlock()
49 vlv_power_sequencer_kick(struct intel_dp *intel_dp) in vlv_power_sequencer_kick()
135 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in vlv_find_free_pps() local
161 vlv_power_sequencer_pipe(struct intel_dp *intel_dp) in vlv_power_sequencer_pipe()
210 bxt_power_sequencer_idx(struct intel_dp *intel_dp) in bxt_power_sequencer_idx()
280 vlv_initial_power_sequencer_setup(struct intel_dp *intel_dp) in vlv_initial_power_sequencer_setup()
338 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in intel_pps_reset_all() local
361 static void intel_pps_get_registers(struct intel_dp *intel_dp, in intel_pps_get_registers()
388 _pp_ctrl_reg(struct intel_dp *intel_dp) in _pp_ctrl_reg()
[all …]
Dintel_psr.c87 static bool psr_global_enabled(struct intel_dp *intel_dp) in psr_global_enabled()
104 static bool psr2_global_enabled(struct intel_dp *intel_dp) in psr2_global_enabled()
119 static u32 psr_irq_psr_error_bit_get(struct intel_dp *intel_dp) in psr_irq_psr_error_bit_get()
127 static u32 psr_irq_post_exit_bit_get(struct intel_dp *intel_dp) in psr_irq_post_exit_bit_get()
135 static u32 psr_irq_pre_entry_bit_get(struct intel_dp *intel_dp) in psr_irq_pre_entry_bit_get()
143 static u32 psr_irq_mask_get(struct intel_dp *intel_dp) in psr_irq_mask_get()
151 static void psr_irq_control(struct intel_dp *intel_dp) in psr_irq_control()
211 void intel_psr_irq_handler(struct intel_dp *intel_dp, u32 psr_iir) in intel_psr_irq_handler()
271 static bool intel_dp_get_alpm_status(struct intel_dp *intel_dp) in intel_dp_get_alpm_status()
281 static u8 intel_dp_get_sink_sync_latency(struct intel_dp *intel_dp) in intel_dp_get_sink_sync_latency()
[all …]
Dintel_dp.c111 bool intel_dp_is_edp(struct intel_dp *intel_dp) in intel_dp_is_edp()
127 static void intel_dp_set_default_sink_rates(struct intel_dp *intel_dp) in intel_dp_set_default_sink_rates()
134 static void intel_dp_set_dpcd_sink_rates(struct intel_dp *intel_dp) in intel_dp_set_dpcd_sink_rates()
204 static void intel_dp_set_sink_rates(struct intel_dp *intel_dp) in intel_dp_set_sink_rates()
223 static void intel_dp_set_default_max_sink_lane_count(struct intel_dp *intel_dp) in intel_dp_set_default_max_sink_lane_count()
228 static void intel_dp_set_max_sink_lane_count(struct intel_dp *intel_dp) in intel_dp_set_max_sink_lane_count()
267 static int intel_dp_common_len_rate_limit(const struct intel_dp *intel_dp, in intel_dp_common_len_rate_limit()
274 static int intel_dp_common_rate(struct intel_dp *intel_dp, int index) in intel_dp_common_rate()
284 static int intel_dp_max_common_rate(struct intel_dp *intel_dp) in intel_dp_max_common_rate()
301 static int intel_dp_max_common_lane_count(struct intel_dp *intel_dp) in intel_dp_max_common_lane_count()
[all …]
Dintel_dp_link_training.c29 static void intel_dp_reset_lttpr_common_caps(struct intel_dp *intel_dp) in intel_dp_reset_lttpr_common_caps()
34 static void intel_dp_reset_lttpr_count(struct intel_dp *intel_dp) in intel_dp_reset_lttpr_count()
40 static u8 *intel_dp_lttpr_phy_caps(struct intel_dp *intel_dp, in intel_dp_lttpr_phy_caps()
46 static void intel_dp_read_lttpr_phy_caps(struct intel_dp *intel_dp, in intel_dp_read_lttpr_phy_caps()
69 static bool intel_dp_read_lttpr_common_caps(struct intel_dp *intel_dp, in intel_dp_read_lttpr_common_caps()
98 intel_dp_set_lttpr_transparent_mode(struct intel_dp *intel_dp, bool enable) in intel_dp_set_lttpr_transparent_mode()
106 static int intel_dp_init_lttpr(struct intel_dp *intel_dp, const u8 dpcd[DP_RECEIVER_CAP_SIZE]) in intel_dp_init_lttpr()
175 int intel_dp_init_lttpr_and_dprx_caps(struct intel_dp *intel_dp) in intel_dp_init_lttpr_and_dprx_caps()
224 static u8 intel_dp_lttpr_voltage_max(struct intel_dp *intel_dp, in intel_dp_lttpr_voltage_max()
235 static u8 intel_dp_lttpr_preemph_max(struct intel_dp *intel_dp, in intel_dp_lttpr_preemph_max()
[all …]
Dintel_dp_aux.c36 intel_dp_aux_wait_done(struct intel_dp *intel_dp) in intel_dp_aux_wait_done()
60 static u32 g4x_get_aux_clock_divider(struct intel_dp *intel_dp, int index) in g4x_get_aux_clock_divider()
74 static u32 ilk_get_aux_clock_divider(struct intel_dp *intel_dp, int index) in ilk_get_aux_clock_divider()
95 static u32 hsw_get_aux_clock_divider(struct intel_dp *intel_dp, int index) in hsw_get_aux_clock_divider()
112 static u32 skl_get_aux_clock_divider(struct intel_dp *intel_dp, int index) in skl_get_aux_clock_divider()
122 static u32 g4x_get_aux_send_ctl(struct intel_dp *intel_dp, in g4x_get_aux_send_ctl()
148 static u32 skl_get_aux_send_ctl(struct intel_dp *intel_dp, in skl_get_aux_send_ctl()
185 intel_dp_aux_xfer(struct intel_dp *intel_dp, in intel_dp_aux_xfer()
412 struct intel_dp *intel_dp = container_of(aux, struct intel_dp, aux); in intel_dp_aux_transfer() local
482 static i915_reg_t g4x_aux_ctl_reg(struct intel_dp *intel_dp) in g4x_aux_ctl_reg()
[all …]
Dg4x_dp.c90 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in intel_dp_prepare() local
168 static void assert_dp_port(struct intel_dp *intel_dp, bool state) in assert_dp_port()
192 static void ilk_edp_pll_on(struct intel_dp *intel_dp, in ilk_edp_pll_on()
232 static void ilk_edp_pll_off(struct intel_dp *intel_dp, in ilk_edp_pll_off()
302 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in intel_dp_get_hw_state() local
338 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in intel_dp_get_config() local
407 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in intel_dp_link_down() local
477 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in intel_disable_dp() local
514 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in g4x_post_disable_dp() local
556 cpt_set_link_train(struct intel_dp *intel_dp, in cpt_set_link_train()
[all …]
Dintel_dp_mst.c54 struct intel_dp *intel_dp = &intel_mst->primary->dp; in intel_dp_mst_compute_link_config() local
114 struct intel_dp *intel_dp = &intel_mst->primary->dp; in intel_dp_mst_update_slots() local
137 struct intel_dp *intel_dp = &intel_mst->primary->dp; in intel_dp_mst_compute_config() local
245 struct intel_dp *intel_dp = &intel_mst->primary->dp; in intel_dp_mst_compute_config_late() local
348 struct intel_dp *intel_dp = &intel_mst->primary->dp; in wait_for_act_sent() local
364 struct intel_dp *intel_dp = &dig_port->dp; in intel_mst_disable_dp() local
389 struct intel_dp *intel_dp = &dig_port->dp; in intel_mst_post_disable_dp() local
460 struct intel_dp *intel_dp = &dig_port->dp; in intel_mst_pre_pll_enable_dp() local
474 struct intel_dp *intel_dp = &dig_port->dp; in intel_mst_pre_enable_dp() local
533 struct intel_dp *intel_dp = &dig_port->dp; in intel_mst_enable_dp() local
[all …]
Dintel_dp_aux_backlight.c113 struct intel_dp *intel_dp = enc_to_intel_dp(connector->encoder); in intel_dp_aux_supports_hdr_backlight() local
166 struct intel_dp *intel_dp = enc_to_intel_dp(connector->encoder); in intel_dp_aux_hdr_get_backlight() local
200 struct intel_dp *intel_dp = enc_to_intel_dp(connector->encoder); in intel_dp_aux_hdr_set_aux_backlight() local
233 struct intel_dp *intel_dp = enc_to_intel_dp(connector->encoder); in intel_dp_aux_hdr_enable_backlight() local
326 struct intel_dp *intel_dp = enc_to_intel_dp(connector->encoder); in intel_dp_aux_vesa_set_backlight() local
343 struct intel_dp *intel_dp = enc_to_intel_dp(connector->encoder); in intel_dp_aux_vesa_enable_backlight() local
365 struct intel_dp *intel_dp = enc_to_intel_dp(connector->encoder); in intel_dp_aux_vesa_disable_backlight() local
376 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_dp_aux_vesa_setup_backlight() local
427 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_dp_aux_supports_vesa_backlight() local
457 struct intel_dp *intel_dp = enc_to_intel_dp(connector->encoder); in intel_dp_aux_init_backlight_funcs() local
Dintel_lspcon.c124 struct intel_dp *intel_dp = lspcon_to_intel_dp(lspcon); in lspcon_detect_hdr_capability() local
143 struct intel_dp *intel_dp = lspcon_to_intel_dp(lspcon); in lspcon_get_current_mode() local
158 struct intel_dp *intel_dp = lspcon_to_intel_dp(lspcon); in lspcon_wait_mode() local
183 struct intel_dp *intel_dp = lspcon_to_intel_dp(lspcon); in lspcon_change_mode() local
213 struct intel_dp *intel_dp = lspcon_to_intel_dp(lspcon); in lspcon_wake_native_aux_ch() local
233 struct intel_dp *intel_dp = lspcon_to_intel_dp(lspcon); in lspcon_probe() local
277 struct intel_dp *intel_dp = lspcon_to_intel_dp(lspcon); in lspcon_resume_in_pcon_wa() local
467 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in lspcon_write_infoframe() local
613 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in lspcon_infoframes_enabled() local
647 struct intel_dp *intel_dp = &dig_port->dp; in lspcon_init() local
Dintel_display_types.h1618 struct intel_dp { struct
1619 i915_reg_t output_reg;
1620 u32 DP;
1621 int link_rate;
1622 u8 lane_count;
1623 u8 sink_count;
1624 bool link_trained;
1625 bool has_hdmi_sink;
1626 bool has_audio;
1627 bool reset_link_params;
[all …]
Dintel_display_debugfs.c184 struct intel_dp *intel_dp = in i915_psr_sink_status_show() local
214 psr_source_status(struct intel_dp *intel_dp, struct seq_file *m) in psr_source_status()
261 static int intel_psr_status(struct seq_file *m, struct intel_dp *intel_dp) in intel_psr_status()
364 struct intel_dp *intel_dp = NULL; in i915_edp_psr_status() local
394 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in i915_edp_psr_debug_set() local
419 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in i915_edp_psr_debug_get() local
521 struct intel_dp *intel_dp = enc_to_intel_dp(intel_encoder); in intel_dp_info() local
1148 struct intel_dp *intel_dp; in i915_displayport_test_active_write() local
1206 struct intel_dp *intel_dp; in i915_displayport_test_active_show() local
1256 struct intel_dp *intel_dp; in i915_displayport_test_data_show() local
[all …]
Dintel_ddi.c290 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in intel_ddi_init_dp_buf_reg() local
991 static u8 intel_ddi_dp_voltage_max(struct intel_dp *intel_dp, in intel_ddi_dp_voltage_max()
1015 static u8 intel_ddi_dp_preemph_max(struct intel_dp *intel_dp) in intel_ddi_dp_preemph_max()
1046 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in icl_ddi_combo_vswing_program() local
1315 static int translate_signal_level(struct intel_dp *intel_dp, in translate_signal_level()
1333 static int intel_ddi_dp_level(struct intel_dp *intel_dp, in intel_ddi_dp_level()
1378 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in hsw_set_signal_levels() local
2121 static void intel_dp_sink_set_msa_timing_par_ignore_state(struct intel_dp *intel_dp, in intel_dp_sink_set_msa_timing_par_ignore_state()
2137 static void intel_dp_sink_set_fec_ready(struct intel_dp *intel_dp, in intel_dp_sink_set_fec_ready()
2154 struct intel_dp *intel_dp; in intel_ddi_enable_fec() local
[all …]
Dintel_vrr.c16 struct intel_dp *intel_dp; in intel_vrr_is_capable() local
Dintel_dpio_phy.c883 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in chv_phy_pre_encoder_enable() local
1066 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in vlv_phy_pre_encoder_enable() local
Dintel_cdclk.c2089 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in intel_set_cdclk() local
2103 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in intel_set_cdclk() local
2112 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in intel_set_cdclk() local
2119 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in intel_set_cdclk() local
Dintel_ddi_buf_trans.c1045 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in use_edp_hobl() local
1053 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in use_edp_low_vswing() local
Dintel_dp_hdcp.c810 struct intel_dp *intel_dp = &dig_port->dp; in intel_dp_hdcp_init() local
/Linux-v6.1/drivers/gpu/drm/gma500/
Dcdv_intel_dp.c322 struct cdv_intel_dp *intel_dp = encoder->dev_priv; in cdv_intel_dp_max_lane_count() local
340 struct cdv_intel_dp *intel_dp = encoder->dev_priv; in cdv_intel_dp_max_link_bw() local
378 struct cdv_intel_dp *intel_dp = intel_encoder->dev_priv; in cdv_intel_edp_panel_vdd_on() local
413 struct cdv_intel_dp *intel_dp = intel_encoder->dev_priv; in cdv_intel_edp_panel_on() local
441 struct cdv_intel_dp *intel_dp = intel_encoder->dev_priv; in cdv_intel_edp_panel_off() local
492 struct cdv_intel_dp *intel_dp = intel_encoder->dev_priv; in cdv_intel_edp_backlight_off() local
510 struct cdv_intel_dp *intel_dp = encoder->dev_priv; in cdv_intel_dp_mode_valid() local
569 struct cdv_intel_dp *intel_dp = encoder->dev_priv; in cdv_intel_dp_aux_ch() local
750 struct cdv_intel_dp *intel_dp = container_of(adapter, in cdv_intel_dp_i2c_aux_ch() local
846 struct cdv_intel_dp *intel_dp = encoder->dev_priv; in cdv_intel_dp_i2c_init() local
[all …]
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_irq.c2351 struct intel_dp *intel_dp = enc_to_intel_dp(encoder); in gen8_de_misc_irq_handler() local