Home
last modified time | relevance | path

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

123

/linux/drivers/gpu/drm/i915/display/
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,
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()
A Dintel_atomic.c198 struct intel_crtc *crtc; in intel_any_crtc_needs_modeset()
314 int num_scalers_need, struct intel_crtc *intel_crtc, in intel_atomic_setup_scaler() argument
325 for (j = 0; j < intel_crtc->num_scalers; j++) { in intel_atomic_setup_scaler()
379 intel_crtc->pipe, *scaler_id, name, idx); in intel_atomic_setup_scaler()
401 struct intel_crtc *intel_crtc, in intel_atomic_setup_scalers() argument
429 if (num_scalers_need > intel_crtc->num_scalers){ in intel_atomic_setup_scalers()
432 num_scalers_need, intel_crtc->num_scalers); in intel_atomic_setup_scalers()
448 idx = intel_crtc->base.base.id; in intel_atomic_setup_scalers()
489 intel_plane->pipe != intel_crtc->pipe)) in intel_atomic_setup_scalers()
498 intel_crtc, name, idx, in intel_atomic_setup_scalers()
[all …]
A Dintel_fbc.h15 struct intel_crtc;
23 struct intel_crtc *crtc);
25 struct intel_crtc *crtc);
28 struct intel_crtc *crtc);
29 void intel_fbc_disable(struct intel_crtc *crtc);
A Dintel_color.c155 static void ilk_update_pipe_csc(struct intel_crtc *crtc, in ilk_update_pipe_csc()
189 static void icl_update_output_csc(struct intel_crtc *crtc, in icl_update_output_csc()
353 static void chv_load_cgm_csc(struct intel_crtc *crtc, in chv_load_cgm_csc()
541 static void i9xx_load_lut_8(struct intel_crtc *crtc, in i9xx_load_lut_8()
570 static void i965_load_lut_10p6(struct intel_crtc *crtc, in i965_load_lut_10p6()
607 static void ilk_load_lut_8(struct intel_crtc *crtc, in ilk_load_lut_8()
625 static void ilk_load_lut_10(struct intel_crtc *crtc, in ilk_load_lut_10()
669 static void ivb_load_lut_10(struct intel_crtc *crtc, in ivb_load_lut_10()
697 static void bdw_load_lut_10(struct intel_crtc *crtc, in bdw_load_lut_10()
2037 icl_read_lut_multi_segment(struct intel_crtc *crtc) in icl_read_lut_multi_segment()
[all …]
A Dintel_crtc.h13 struct intel_crtc;
18 struct intel_crtc_state *intel_crtc_state_alloc(struct intel_crtc *crtc);
20 struct intel_crtc *crtc);
21 u32 intel_crtc_get_vblank_counter(struct intel_crtc *crtc);
A Dintel_crtc.c37 u32 intel_crtc_get_vblank_counter(struct intel_crtc *crtc) in intel_crtc_get_vblank_counter()
83 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in intel_crtc_vblank_on()
100 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in intel_crtc_vblank_off()
126 struct intel_crtc *crtc) in intel_crtc_state_reset()
139 static struct intel_crtc *intel_crtc_alloc(void) in intel_crtc_alloc()
142 struct intel_crtc *crtc; in intel_crtc_alloc()
160 static void intel_crtc_free(struct intel_crtc *crtc) in intel_crtc_free()
168 struct intel_crtc *crtc = to_intel_crtc(_crtc); in intel_crtc_destroy()
258 struct intel_crtc *crtc; in intel_crtc_init()
392 struct intel_crtc *crtc = to_intel_crtc(new_crtc_state->uapi.crtc); in intel_pipe_update_start()
[all …]
A Dintel_vdsc.h12 struct intel_crtc;
26 intel_dsc_power_domain(struct intel_crtc *crtc, enum transcoder cpu_transcoder);
27 struct intel_crtc *intel_dsc_get_bigjoiner_secondary(const struct intel_crtc *primary_crtc);
A Dintel_fifo_underrun.c58 struct intel_crtc *crtc; in ivb_can_enable_err_int()
77 struct intel_crtc *crtc; in cpt_can_enable_serr_int()
91 static void i9xx_check_fifo_underruns(struct intel_crtc *crtc) in i9xx_check_fifo_underruns()
145 static void ivb_check_fifo_underruns(struct intel_crtc *crtc) in ivb_check_fifo_underruns()
232 static void cpt_check_pch_fifo_underruns(struct intel_crtc *crtc) in cpt_check_pch_fifo_underruns()
282 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv, pipe); in __intel_set_cpu_fifo_underrun_reporting()
350 struct intel_crtc *crtc = in intel_set_pch_fifo_underrun_reporting()
394 struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv, pipe); in intel_cpu_fifo_underrun_irq_handler()
471 struct intel_crtc *crtc; in intel_check_cpu_fifo_underruns()
498 struct intel_crtc *crtc; in intel_check_pch_fifo_underruns()
A Dintel_atomic.h21 struct intel_crtc;
55 struct intel_crtc *crtc);
58 struct intel_crtc *intel_crtc,
A Dintel_display.h49 struct intel_crtc;
400 for_each_if((intel_plane)->pipe == (intel_crtc)->pipe)
402 #define for_each_intel_crtc(dev, intel_crtc) \ argument
403 list_for_each_entry(intel_crtc, \
408 list_for_each_entry(intel_crtc, \
411 for_each_if((crtc_mask) & drm_crtc_mask(&intel_crtc->base))
517 struct intel_crtc *crtc);
591 void intel_dp_get_m_n(struct intel_crtc *crtc,
605 void intel_crtc_arm_fifo_underrun(struct intel_crtc *crtc,
609 int bdw_get_pipemisc_bpp(struct intel_crtc *crtc);
[all …]
A Dintel_atomic_plane.h15 struct intel_crtc;
30 struct intel_crtc *crtc);
44 struct intel_crtc *crtc);
46 struct intel_crtc *crtc);
A Dintel_display.c173 struct intel_crtc *crtc) in intel_compute_pipe_wm()
1040 struct intel_crtc *crtc; in intel_plane_fb_max_stride()
2210 struct intel_crtc *crtc; in intel_encoders_update_prepare()
2236 struct intel_crtc *crtc; in intel_encoders_update_complete()
5921 struct intel_crtc *crtc; in intel_encoder_current_mode()
8298 struct intel_crtc *crtc; in intel_modeset_all_pipes()
8399 struct intel_crtc *crtc; in intel_modeset_clear_plls()
8422 struct intel_crtc *crtc; in hsw_mode_set_planes_workaround()
8478 struct intel_crtc *crtc; in intel_calc_active_pipes()
8592 struct intel_crtc *crtc; in intel_bigjoiner_add_affected_planes()
[all …]
A Dintel_vrr.c39 struct intel_crtc *crtc; in intel_vrr_check_modeset()
67 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in intel_vrr_vblank_exit_length()
92 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in intel_vrr_compute_config()
185 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in intel_vrr_send_push()
198 struct intel_crtc *crtc = to_intel_crtc(old_crtc_state->uapi.crtc); in intel_vrr_disable()
209 void intel_vrr_get_config(struct intel_crtc *crtc, in intel_vrr_get_config()
A Dintel_vdsc.c339 const struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in intel_dsc_source_support()
574 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in intel_dsc_pps_configure()
1108 static struct intel_crtc *
1117 struct intel_crtc *
1118 intel_dsc_get_bigjoiner_secondary(const struct intel_crtc *primary_crtc) in intel_dsc_get_bigjoiner_secondary()
1123 static struct intel_crtc *
1131 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in intel_uncompressed_joiner_enable()
1148 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in intel_dsc_enable()
1181 struct intel_crtc *crtc = to_intel_crtc(old_crtc_state->uapi.crtc); in intel_dsc_disable()
1194 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in intel_uncompressed_joiner_get_config()
[all …]
A Dintel_dpll_mgr.h43 struct intel_crtc;
382 struct intel_crtc *crtc,
385 struct intel_crtc *crtc);
389 struct intel_crtc *crtc,
A Dintel_plane_initial.c18 struct intel_crtc *crtc; in intel_reuse_initial_plane_obj()
115 intel_alloc_initial_plane_obj(struct intel_crtc *crtc, in intel_alloc_initial_plane_obj()
162 intel_find_initial_plane_obj(struct intel_crtc *crtc, in intel_find_initial_plane_obj()
206 struct intel_crtc *slave = in intel_find_initial_plane_obj()
262 void intel_crtc_initial_plane_config(struct intel_crtc *crtc) in intel_crtc_initial_plane_config()
A Dintel_plane_initial.h9 struct intel_crtc;
11 void intel_crtc_initial_plane_config(struct intel_crtc *crtc);
A Dintel_dpll.c649 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in vlv_find_best_dpll()
710 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in chv_find_best_dpll()
788 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in i9xx_update_pll_dividers()
808 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in i9xx_compute_dpll()
887 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in i8xx_compute_dpll()
936 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in hsw_crtc_compute_clock()
969 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in ilk_update_pll_dividers()
1002 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in ilk_compute_dpll()
1077 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in ilk_crtc_compute_clock()
1137 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in vlv_compute_dpll()
[all …]
A Di9xx_plane.h13 struct intel_crtc;
26 void i9xx_get_initial_plane_config(struct intel_crtc *crtc,
A Dintel_color.h12 struct intel_crtc;
15 void intel_color_init(struct intel_crtc *crtc);
A Dintel_atomic_plane.c213 struct intel_crtc *crtc = to_intel_crtc(plane_state->hw.crtc); in intel_plane_calc_min_cdclk()
276 struct intel_crtc *crtc) in intel_plane_copy_uapi_to_hw_state()
375 intel_crtc_get_plane(struct intel_crtc *crtc, enum plane_id plane_id) in intel_crtc_get_plane()
397 struct intel_crtc *crtc = intel_get_crtc_for_pipe(i915, plane->pipe); in intel_plane_atomic_check()
430 struct intel_crtc *crtc, in skl_next_plane_to_commit()
476 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in intel_update_plane()
489 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in intel_disable_plane()
496 struct intel_crtc *crtc) in skl_update_planes_on_crtc()
528 struct intel_crtc *crtc) in i9xx_update_planes_on_crtc()
A Dskl_universal_plane.h12 struct intel_crtc;
23 void skl_get_initial_plane_config(struct intel_crtc *crtc,
/linux/drivers/gpu/drm/i915/
A Di915_trace.h25 TP_PROTO(struct intel_crtc *crtc),
35 struct intel_crtc *it__;
51 TP_PROTO(struct intel_crtc *crtc),
62 struct intel_crtc *it__;
78 TP_PROTO(struct intel_crtc *crtc, const u32 *crcs),
158 struct intel_crtc *crtc;
346 TP_PROTO(struct intel_crtc *crtc),
366 TP_PROTO(struct intel_crtc *crtc),
386 TP_PROTO(struct intel_crtc *crtc),
408 TP_PROTO(struct intel_crtc *crtc),
[all …]
A Dintel_pm.h22 struct intel_crtc;
40 void skl_pipe_ddb_get_hw_state(struct intel_crtc *crtc,
46 void skl_pipe_wm_get_hw_state(struct intel_crtc *crtc,

Completed in 66 milliseconds

123