Home
last modified time | relevance | path

Searched refs:intel_crtc (Results 1 – 25 of 98) sorted by relevance

1234

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_pch_display.h14 struct intel_crtc;
20 enum pipe intel_crtc_pch_transcoder(struct intel_crtc *crtc);
23 struct intel_crtc *crtc);
25 struct intel_crtc *crtc);
27 struct intel_crtc *crtc);
29 struct intel_crtc *crtc);
33 struct intel_crtc *crtc);
35 struct intel_crtc *crtc);
38 void intel_pch_transcoder_get_m1_n1(struct intel_crtc *crtc,
40 void intel_pch_transcoder_get_m2_n2(struct intel_crtc *crtc,
H A Dintel_crtc.h16 struct intel_crtc;
33 struct intel_crtc_state *intel_crtc_state_alloc(struct intel_crtc *crtc);
35 struct intel_crtc *crtc);
36 u32 intel_crtc_get_vblank_counter(struct intel_crtc *crtc);
40 struct intel_crtc *crtc);
42 struct intel_crtc *crtc);
44 struct intel_crtc *intel_first_crtc(struct drm_i915_private *i915);
45 struct intel_crtc *intel_crtc_for_pipe(struct drm_i915_private *i915,
49 void intel_crtc_wait_for_next_vblank(struct intel_crtc *crtc);
H A Dintel_pipe_crc.h13 struct intel_crtc;
16 void intel_crtc_crc_init(struct intel_crtc *crtc);
22 void intel_crtc_disable_pipe_crc(struct intel_crtc *crtc);
23 void intel_crtc_enable_pipe_crc(struct intel_crtc *crtc);
25 static inline void intel_crtc_crc_init(struct intel_crtc *crtc) {} in intel_crtc_crc_init()
29 static inline void intel_crtc_disable_pipe_crc(struct intel_crtc *crtc) in intel_crtc_disable_pipe_crc()
33 static inline void intel_crtc_enable_pipe_crc(struct intel_crtc *crtc) in intel_crtc_enable_pipe_crc()
H A Dintel_fdi.h11 struct intel_crtc;
17 int ilk_fdi_compute_config(struct intel_crtc *intel_crtc,
19 void intel_fdi_normal_train(struct intel_crtc *crtc);
20 void ilk_fdi_disable(struct intel_crtc *crtc);
21 void ilk_fdi_pll_disable(struct intel_crtc *intel_crtc);
29 void intel_fdi_link_train(struct intel_crtc *crtc,
H A Dhsw_ips.h12 struct intel_crtc;
17 struct intel_crtc *crtc);
19 struct intel_crtc *crtc);
20 bool hsw_crtc_supports_ips(struct intel_crtc *crtc);
23 struct intel_crtc *crtc);
25 void hsw_ips_crtc_debugfs_add(struct intel_crtc *crtc);
H A Dintel_wm.h13 struct intel_crtc;
19 struct intel_crtc *crtc);
21 struct intel_crtc *crtc);
23 struct intel_crtc *crtc);
25 struct intel_crtc *crtc);
27 struct intel_crtc *crtc);
H A Dintel_fbc.h14 struct intel_crtc;
29 struct intel_crtc *crtc);
31 struct intel_crtc *crtc);
36 struct intel_crtc *crtc);
37 void intel_fbc_disable(struct intel_crtc *crtc);
46 void intel_fbc_crtc_debugfs_add(struct intel_crtc *crtc);
H A Dhsw_ips.c15 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in hsw_ips_enable()
92 struct intel_crtc *crtc) in hsw_ips_need_disable()
121 struct intel_crtc *crtc) in hsw_ips_pre_update()
133 struct intel_crtc *crtc) in hsw_ips_need_enable()
169 struct intel_crtc *crtc) in hsw_ips_post_update()
181 bool hsw_crtc_supports_ips(struct intel_crtc *crtc) in hsw_crtc_supports_ips()
216 struct intel_crtc *crtc) in hsw_ips_compute_config()
279 struct intel_crtc *crtc = data; in hsw_ips_debugfs_false_color_get()
289 struct intel_crtc *crtc = data; in hsw_ips_debugfs_false_color_set()
324 struct intel_crtc *crtc = m->private; in hsw_ips_debugfs_status_show()
[all …]
H A Dintel_drrs.c66 intel_drrs_set_refresh_rate_pipeconf(struct intel_crtc *crtc, in intel_drrs_set_refresh_rate_pipeconf()
83 intel_drrs_set_refresh_rate_m_n(struct intel_crtc *crtc, in intel_drrs_set_refresh_rate_m_n()
91 bool intel_drrs_is_active(struct intel_crtc *crtc) in intel_drrs_is_active()
96 static void intel_drrs_set_state(struct intel_crtc *crtc, in intel_drrs_set_state()
112 static void intel_drrs_schedule_work(struct intel_crtc *crtc) in intel_drrs_schedule_work()
121 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in intel_drrs_frontbuffer_bits()
215 struct intel_crtc *crtc; in intel_drrs_frontbuffer_update()
291 void intel_drrs_crtc_init(struct intel_crtc *crtc) in intel_drrs_crtc_init()
300 struct intel_crtc *crtc = m->private; in intel_drrs_debugfs_status_show()
336 struct intel_crtc *crtc = data; in intel_drrs_debugfs_ctl_set()
[all …]
H A Dintel_crtc.c54 struct intel_crtc *crtc; in intel_crtc_for_pipe()
167 struct intel_crtc *crtc) in intel_crtc_state_reset()
180 static struct intel_crtc *intel_crtc_alloc(void) in intel_crtc_alloc()
183 struct intel_crtc *crtc; in intel_crtc_alloc()
201 static void intel_crtc_free(struct intel_crtc *crtc) in intel_crtc_free()
209 struct intel_crtc *crtc = to_intel_crtc(_crtc); in intel_crtc_destroy()
301 struct intel_crtc *crtc; in intel_crtc_init()
437 struct intel_crtc *crtc; in intel_wait_for_vblank_workers()
472 struct intel_crtc *crtc, in intel_crtc_vblank_evade_scanlines()
531 struct intel_crtc *crtc) in intel_pipe_update_start()
[all …]
H A Dintel_vblank.h13 struct intel_crtc;
20 int intel_get_crtc_scanline(struct intel_crtc *crtc);
21 void intel_wait_for_pipe_scanline_stopped(struct intel_crtc *crtc);
22 void intel_wait_for_pipe_scanline_moving(struct intel_crtc *crtc);
H A Dintel_display_core.h40 struct intel_crtc;
62 bool (*get_pipe_config)(struct intel_crtc *,
64 void (*get_initial_plane_config)(struct intel_crtc *,
67 struct intel_crtc *crtc);
69 struct intel_crtc *crtc);
78 struct intel_crtc *crtc);
80 struct intel_crtc *crtc);
82 struct intel_crtc *crtc);
84 struct intel_crtc *crtc);
86 struct intel_crtc *crtc);
H A Dintel_drrs.h14 struct intel_crtc;
19 bool intel_drrs_is_active(struct intel_crtc *crtc);
26 void intel_drrs_crtc_init(struct intel_crtc *crtc);
27 void intel_drrs_crtc_debugfs_add(struct intel_crtc *crtc);
H A Dintel_vdsc.h12 struct intel_crtc;
23 intel_dsc_power_domain(struct intel_crtc *crtc, enum transcoder cpu_transcoder);
24 struct intel_crtc *intel_dsc_get_bigjoiner_secondary(const struct intel_crtc *primary_crtc);
H A Dintel_dpll_mgr.h35 struct intel_crtc;
330 struct intel_crtc *crtc,
333 struct intel_crtc *crtc,
336 struct intel_crtc *crtc);
337 void intel_unreference_shared_dpll_crtc(const struct intel_crtc *crtc,
343 struct intel_crtc *crtc,
364 void intel_shared_dpll_state_verify(struct intel_crtc *crtc,
H A Dintel_display.h52 struct intel_crtc;
273 for_each_if((intel_plane)->pipe == (intel_crtc)->pipe)
275 #define for_each_intel_crtc(dev, intel_crtc) \ argument
276 list_for_each_entry(intel_crtc, \
281 list_for_each_entry(intel_crtc, \
284 for_each_if((pipe_mask) & BIT(intel_crtc->pipe))
395 struct intel_crtc *crtc);
490 void i9xx_crtc_clock_get(struct intel_crtc *crtc,
497 void intel_crtc_arm_fifo_underrun(struct intel_crtc *crtc,
501 int bdw_get_pipe_misc_bpp(struct intel_crtc *crtc);
[all …]
H A Dintel_pch_display.c27 enum pipe intel_crtc_pch_transcoder(struct intel_crtc *crtc) in intel_crtc_pch_transcoder()
196 void intel_pch_transcoder_get_m1_n1(struct intel_crtc *crtc, in intel_pch_transcoder_get_m1_n1()
207 void intel_pch_transcoder_get_m2_n2(struct intel_crtc *crtc, in intel_pch_transcoder_get_m2_n2()
221 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in ilk_pch_transcoder_set_timings()
309 static void ilk_disable_pch_transcoder(struct intel_crtc *crtc) in ilk_disable_pch_transcoder()
336 struct intel_crtc *crtc) in ilk_pch_pre_enable()
358 struct intel_crtc *crtc) in ilk_pch_enable()
443 struct intel_crtc *crtc) in ilk_pch_disable()
449 struct intel_crtc *crtc) in ilk_pch_post_disable()
585 struct intel_crtc *crtc) in lpt_pch_enable()
[all …]
H A Dintel_fifo_underrun.c61 struct intel_crtc *crtc; in ivb_can_enable_err_int()
80 struct intel_crtc *crtc; in cpt_can_enable_serr_int()
94 static void i9xx_check_fifo_underruns(struct intel_crtc *crtc) in i9xx_check_fifo_underruns()
148 static void ivb_check_fifo_underruns(struct intel_crtc *crtc) in ivb_check_fifo_underruns()
235 static void cpt_check_pch_fifo_underruns(struct intel_crtc *crtc) in cpt_check_pch_fifo_underruns()
285 struct intel_crtc *crtc = intel_crtc_for_pipe(dev_priv, pipe); in __intel_set_cpu_fifo_underrun_reporting()
353 struct intel_crtc *crtc = in intel_set_pch_fifo_underrun_reporting()
397 struct intel_crtc *crtc = intel_crtc_for_pipe(dev_priv, pipe); in intel_cpu_fifo_underrun_irq_handler()
474 struct intel_crtc *crtc; in intel_check_cpu_fifo_underruns()
501 struct intel_crtc *crtc; in intel_check_pch_fifo_underruns()
[all …]
H A Dintel_display_debugfs.h11 struct intel_crtc;
16 void intel_crtc_debugfs_add(struct intel_crtc *crtc);
20 static inline void intel_crtc_debugfs_add(struct intel_crtc *crtc) {} in intel_crtc_debugfs_add()
H A Dintel_modeset_setup.c43 struct intel_crtc *temp_crtc; in intel_crtc_disable_noatomic_begin()
197 struct intel_crtc *temp_crtc; in get_transcoder_pipes()
227 struct intel_crtc *master_crtc; in get_portsync_pipes()
273 struct intel_crtc *temp_crtc; in intel_crtc_disable_noatomic()
316 struct intel_crtc *crtc = in intel_modeset_update_connector_atomic_state()
357 struct intel_crtc *crtc; in intel_sanitize_plane_mapping()
506 struct intel_crtc *crtc; in intel_sanitize_all_crtcs()
645 struct intel_crtc *crtc; in readout_plane_state()
684 struct intel_crtc *crtc; in intel_modeset_readout_hw_state()
774 struct intel_crtc *crtc; in intel_modeset_readout_hw_state()
[all …]
H A Dintel_atomic_plane.h15 struct intel_crtc;
32 struct intel_crtc *crtc);
49 struct intel_crtc *crtc);
51 struct intel_crtc *crtc);
H A Dskl_scaler.h13 struct intel_crtc;
24 struct intel_crtc *intel_crtc,
H A Dskl_scaler.c110 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in skl_update_scaler()
352 int num_scalers_need, struct intel_crtc *intel_crtc, in intel_atomic_setup_scaler() argument
363 for (j = 0; j < intel_crtc->num_scalers; j++) { in intel_atomic_setup_scaler()
478 intel_crtc->pipe, *scaler_id, name, idx); in intel_atomic_setup_scaler()
502 struct intel_crtc *intel_crtc, in intel_atomic_setup_scalers() argument
529 if (num_scalers_need > intel_crtc->num_scalers) { in intel_atomic_setup_scalers()
532 num_scalers_need, intel_crtc->num_scalers); in intel_atomic_setup_scalers()
549 idx = intel_crtc->base.base.id; in intel_atomic_setup_scalers()
590 intel_plane->pipe != intel_crtc->pipe)) in intel_atomic_setup_scalers()
599 intel_crtc, name, idx, in intel_atomic_setup_scalers()
[all …]
H A Dintel_display_trace.h25 TP_PROTO(struct intel_crtc *crtc),
36 struct intel_crtc *it__;
53 TP_PROTO(struct intel_crtc *crtc),
65 struct intel_crtc *it__;
82 TP_PROTO(struct intel_crtc *crtc, const u32 *crcs),
171 struct intel_crtc *crtc;
312 TP_PROTO(struct intel_plane *plane, struct intel_crtc *crtc),
480 TP_PROTO(struct intel_crtc *crtc),
503 TP_PROTO(struct intel_crtc *crtc),
526 TP_PROTO(struct intel_crtc *crtc),
[all …]
H A Dintel_display.c578 struct intel_crtc *crtc; in intel_plane_fb_max_stride()
1177 struct intel_crtc *crtc; in intel_encoders_update_prepare()
3402 struct intel_crtc *crtc; in enabled_bigjoiner_pipes()
3977 struct intel_crtc *crtc; in intel_encoder_current_mode()
5428 struct intel_crtc *crtc; in intel_modeset_all_pipes()
5483 struct intel_crtc *crtc; in hsw_mode_set_planes_workaround()
5539 struct intel_crtc *crtc; in intel_calc_active_pipes()
5644 struct intel_crtc *crtc; in intel_bigjoiner_add_affected_planes()
5672 struct intel_crtc *crtc; in intel_atomic_check_planes()
5726 struct intel_crtc *crtc; in intel_atomic_check_crtcs()
[all …]

1234