Searched refs:crtc_state (Results 1 - 25 of 330) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_color.h19 int intel_color_check(struct intel_crtc_state *crtc_state);
20 void intel_color_prepare_commit(struct intel_crtc_state *crtc_state);
21 void intel_color_cleanup_commit(struct intel_crtc_state *crtc_state);
22 bool intel_color_uses_dsb(const struct intel_crtc_state *crtc_state);
23 void intel_color_wait_commit(const struct intel_crtc_state *crtc_state);
24 void intel_color_commit_noarm(const struct intel_crtc_state *crtc_state);
25 void intel_color_commit_arm(const struct intel_crtc_state *crtc_state);
26 void intel_color_post_update(const struct intel_crtc_state *crtc_state);
27 void intel_color_load_luts(const struct intel_crtc_state *crtc_state);
28 void intel_color_get_config(struct intel_crtc_state *crtc_state);
[all...]
H A Dintel_vdsc.h16 bool intel_dsc_source_support(const struct intel_crtc_state *crtc_state);
17 void intel_uncompressed_joiner_enable(const struct intel_crtc_state *crtc_state);
18 void intel_dsc_enable(const struct intel_crtc_state *crtc_state);
19 void intel_dsc_disable(const struct intel_crtc_state *crtc_state);
21 void intel_dsc_get_config(struct intel_crtc_state *crtc_state);
25 int intel_dsc_get_num_vdsc_instances(const struct intel_crtc_state *crtc_state);
27 const struct intel_crtc_state *crtc_state);
29 const struct intel_crtc_state *crtc_state);
H A Dintel_vrr.h19 void intel_vrr_compute_config(struct intel_crtc_state *crtc_state,
21 void intel_vrr_set_transcoder_timings(const struct intel_crtc_state *crtc_state);
22 void intel_vrr_enable(const struct intel_crtc_state *crtc_state);
23 void intel_vrr_send_push(const struct intel_crtc_state *crtc_state);
24 bool intel_vrr_is_push_sent(const struct intel_crtc_state *crtc_state);
26 void intel_vrr_get_config(struct intel_crtc_state *crtc_state);
27 int intel_vrr_vmax_vblank_start(const struct intel_crtc_state *crtc_state);
28 int intel_vrr_vmin_vblank_start(const struct intel_crtc_state *crtc_state);
H A Dskl_scaler.h18 int skl_update_scaler_crtc(struct intel_crtc_state *crtc_state);
20 int skl_update_scaler_plane(struct intel_crtc_state *crtc_state,
25 struct intel_crtc_state *crtc_state);
27 void skl_pfit_enable(const struct intel_crtc_state *crtc_state);
30 const struct intel_crtc_state *crtc_state,
32 void skl_detach_scalers(const struct intel_crtc_state *crtc_state);
35 void skl_scaler_get_config(struct intel_crtc_state *crtc_state);
H A Dintel_atomic.c127 struct drm_crtc_state *crtc_state; local
134 crtc_state = drm_atomic_get_new_crtc_state(state, new_state->crtc);
148 crtc_state->mode_changed = true;
204 struct intel_crtc_state *crtc_state; local
207 for_each_new_intel_crtc_in_state(state, crtc, crtc_state, i) {
208 if (intel_crtc_needs_modeset(crtc_state))
242 struct intel_crtc_state *crtc_state; local
244 crtc_state = kmemdup(old_crtc_state, sizeof(*crtc_state), GFP_KERNEL);
245 if (!crtc_state)
285 intel_crtc_put_color_blobs(struct intel_crtc_state *crtc_state) argument
295 intel_crtc_free_hw_state(struct intel_crtc_state *crtc_state) argument
312 struct intel_crtc_state *crtc_state = to_intel_crtc_state(state); local
363 struct drm_crtc_state *crtc_state; local
[all...]
H A Dintel_ddi.h27 const struct intel_crtc_state *crtc_state);
29 const struct intel_crtc_state *crtc_state);
37 const struct intel_crtc_state *crtc_state);
40 struct intel_crtc_state *crtc_state,
43 const struct intel_crtc_state *crtc_state);
48 const struct intel_crtc_state *crtc_state);
50 struct intel_crtc_state *crtc_state);
53 const struct intel_crtc_state *crtc_state);
60 const struct intel_crtc_state *crtc_state);
61 void intel_ddi_disable_transcoder_func(const struct intel_crtc_state *crtc_state);
[all...]
H A Dintel_vrr.c85 static int intel_vrr_vblank_exit_length(const struct intel_crtc_state *crtc_state) argument
87 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
91 return crtc_state->vrr.guardband;
94 return crtc_state->vrr.pipeline_full + crtc_state->framestart_delay + 1;
97 int intel_vrr_vmin_vblank_start(const struct intel_crtc_state *crtc_state) argument
100 return crtc_state->vrr.vmin + 1 - intel_vrr_vblank_exit_length(crtc_state);
103 int intel_vrr_vmax_vblank_start(const struct intel_crtc_state *crtc_state) argument
105 return crtc_state
109 intel_vrr_compute_config(struct intel_crtc_state *crtc_state, struct drm_connector_state *conn_state) argument
178 trans_vrr_ctl(const struct intel_crtc_state *crtc_state) argument
191 intel_vrr_set_transcoder_timings(const struct intel_crtc_state *crtc_state) argument
216 intel_vrr_send_push(const struct intel_crtc_state *crtc_state) argument
229 intel_vrr_is_push_sent(const struct intel_crtc_state *crtc_state) argument
241 intel_vrr_enable(const struct intel_crtc_state *crtc_state) argument
270 intel_vrr_get_config(struct intel_crtc_state *crtc_state) argument
[all...]
H A Dintel_color.c33 int (*color_check)(struct intel_crtc_state *crtc_state);
41 void (*color_commit_noarm)(const struct intel_crtc_state *crtc_state);
49 void (*color_commit_arm)(const struct intel_crtc_state *crtc_state);
54 void (*color_post_update)(const struct intel_crtc_state *crtc_state);
61 void (*load_luts)(const struct intel_crtc_state *crtc_state);
66 void (*read_luts)(struct intel_crtc_state *crtc_state);
70 bool (*lut_equal)(const struct intel_crtc_state *crtc_state,
78 void (*read_csc)(struct intel_crtc_state *crtc_state);
82 void (*get_config)(struct intel_crtc_state *crtc_state);
277 static void ilk_read_csc(struct intel_crtc_state *crtc_state) argument
285 skl_read_csc(struct intel_crtc_state *crtc_state) argument
370 icl_read_csc(struct intel_crtc_state *crtc_state) argument
386 ilk_limited_range(const struct intel_crtc_state *crtc_state) argument
401 ilk_lut_limited_range(const struct intel_crtc_state *crtc_state) argument
418 ilk_csc_limited_range(const struct intel_crtc_state *crtc_state) argument
436 ilk_csc_convert_ctm(const struct intel_crtc_state *crtc_state, struct intel_csc_matrix *csc, bool limited_color_range) argument
496 ilk_assign_csc(struct intel_crtc_state *crtc_state) argument
528 ilk_load_csc_matrix(const struct intel_crtc_state *crtc_state) argument
536 icl_assign_csc(struct intel_crtc_state *crtc_state) argument
565 icl_load_csc_matrix(const struct intel_crtc_state *crtc_state) argument
603 vlv_wgc_csc_convert_ctm(const struct intel_crtc_state *crtc_state, struct intel_csc_matrix *csc) argument
664 vlv_read_csc(struct intel_crtc_state *crtc_state) argument
672 vlv_assign_csc(struct intel_crtc_state *crtc_state) argument
695 chv_cgm_csc_convert_ctm(const struct intel_crtc_state *crtc_state, struct intel_csc_matrix *csc) argument
760 chv_read_csc(struct intel_crtc_state *crtc_state) argument
768 chv_assign_csc(struct intel_crtc_state *crtc_state) argument
955 icl_color_commit_noarm(const struct intel_crtc_state *crtc_state) argument
968 skl_color_commit_noarm(const struct intel_crtc_state *crtc_state) argument
984 ilk_color_commit_noarm(const struct intel_crtc_state *crtc_state) argument
989 i9xx_color_commit_arm(const struct intel_crtc_state *crtc_state) argument
995 ilk_color_commit_arm(const struct intel_crtc_state *crtc_state) argument
1007 hsw_color_commit_arm(const struct intel_crtc_state *crtc_state) argument
1033 i9xx_get_config(struct intel_crtc_state *crtc_state) argument
1050 hsw_get_config(struct intel_crtc_state *crtc_state) argument
1060 skl_get_config(struct intel_crtc_state *crtc_state) argument
1078 skl_color_commit_arm(const struct intel_crtc_state *crtc_state) argument
1106 icl_color_commit_arm(const struct intel_crtc_state *crtc_state) argument
1125 icl_color_post_update(const struct intel_crtc_state *crtc_state) argument
1250 i9xx_load_luts(const struct intel_crtc_state *crtc_state) argument
1288 i965_load_luts(const struct intel_crtc_state *crtc_state) argument
1306 ilk_lut_write(const struct intel_crtc_state *crtc_state, i915_reg_t reg, u32 val) argument
1317 ilk_load_lut_8(const struct intel_crtc_state *crtc_state, const struct drm_property_blob *blob) argument
1346 ilk_load_lut_10(const struct intel_crtc_state *crtc_state, const struct drm_property_blob *blob) argument
1359 ilk_load_luts(const struct intel_crtc_state *crtc_state) argument
1391 ivb_load_lut_10(const struct intel_crtc_state *crtc_state, const struct drm_property_blob *blob, u32 prec_index) argument
1416 bdw_load_lut_10(const struct intel_crtc_state *crtc_state, const struct drm_property_blob *blob, u32 prec_index) argument
1443 ivb_load_lut_ext_max(const struct intel_crtc_state *crtc_state) argument
1454 glk_load_lut_ext2_max(const struct intel_crtc_state *crtc_state) argument
1465 ivb_load_luts(const struct intel_crtc_state *crtc_state) argument
1493 bdw_load_luts(const struct intel_crtc_state *crtc_state) argument
1552 glk_load_degamma_lut(const struct intel_crtc_state *crtc_state, const struct drm_property_blob *blob) argument
1600 glk_load_luts(const struct intel_crtc_state *crtc_state) argument
1624 ivb_load_lut_max(const struct intel_crtc_state *crtc_state, const struct drm_color_lut *color) argument
1637 icl_program_gamma_superfine_segment(const struct intel_crtc_state *crtc_state) argument
1672 icl_program_gamma_multi_segment(const struct intel_crtc_state *crtc_state) argument
1735 icl_load_luts(const struct intel_crtc_state *crtc_state) argument
1764 vlv_load_luts(const struct intel_crtc_state *crtc_state) argument
1842 chv_load_luts(const struct intel_crtc_state *crtc_state) argument
1864 intel_color_load_luts(const struct intel_crtc_state *crtc_state) argument
1874 intel_color_commit_noarm(const struct intel_crtc_state *crtc_state) argument
1882 intel_color_commit_arm(const struct intel_crtc_state *crtc_state) argument
1892 intel_color_post_update(const struct intel_crtc_state *crtc_state) argument
1900 intel_color_prepare_commit(struct intel_crtc_state *crtc_state) argument
1921 intel_color_cleanup_commit(struct intel_crtc_state *crtc_state) argument
1930 intel_color_wait_commit(const struct intel_crtc_state *crtc_state) argument
1936 intel_color_uses_dsb(const struct intel_crtc_state *crtc_state) argument
1984 intel_color_check(struct intel_crtc_state *crtc_state) argument
1991 intel_color_get_config(struct intel_crtc_state *crtc_state) argument
2004 intel_color_lut_equal(const struct intel_crtc_state *crtc_state, const struct drm_property_blob *blob1, const struct drm_property_blob *blob2, bool is_pre_csc_lut) argument
2022 need_plane_update(struct intel_plane *plane, const struct intel_crtc_state *crtc_state) argument
2078 intel_gamma_lut_tests(const struct intel_crtc_state *crtc_state) argument
2089 intel_degamma_lut_tests(const struct intel_crtc_state *crtc_state) argument
2096 intel_gamma_lut_size(const struct intel_crtc_state *crtc_state) argument
2107 intel_degamma_lut_size(const struct intel_crtc_state *crtc_state) argument
2132 _check_luts(const struct intel_crtc_state *crtc_state, u32 degamma_tests, u32 gamma_tests) argument
2161 check_luts(const struct intel_crtc_state *crtc_state) argument
2168 i9xx_gamma_mode(struct intel_crtc_state *crtc_state) argument
2201 intel_color_assert_luts(const struct intel_crtc_state *crtc_state) argument
2231 intel_assign_luts(struct intel_crtc_state *crtc_state) argument
2239 i9xx_color_check(struct intel_crtc_state *crtc_state) argument
2276 vlv_color_check(struct intel_crtc_state *crtc_state) argument
2305 chv_cgm_mode(const struct intel_crtc_state *crtc_state) argument
2335 chv_color_check(struct intel_crtc_state *crtc_state) argument
2374 ilk_gamma_enable(const struct intel_crtc_state *crtc_state) argument
2381 ilk_csc_enable(const struct intel_crtc_state *crtc_state) argument
2388 ilk_gamma_mode(const struct intel_crtc_state *crtc_state) argument
2397 ilk_csc_mode(const struct intel_crtc_state *crtc_state) argument
2415 ilk_assign_luts(struct intel_crtc_state *crtc_state) argument
2453 ilk_color_check(struct intel_crtc_state *crtc_state) argument
2498 ivb_gamma_mode(const struct intel_crtc_state *crtc_state) argument
2506 ivb_csc_mode(const struct intel_crtc_state *crtc_state) argument
2522 ivb_assign_luts(struct intel_crtc_state *crtc_state) argument
2554 ivb_color_check(struct intel_crtc_state *crtc_state) argument
2606 glk_gamma_mode(const struct intel_crtc_state *crtc_state) argument
2615 glk_use_pre_csc_lut_for_gamma(const struct intel_crtc_state *crtc_state) argument
2622 glk_assign_luts(struct intel_crtc_state *crtc_state) argument
2674 glk_check_luts(const struct intel_crtc_state *crtc_state) argument
2685 glk_color_check(struct intel_crtc_state *crtc_state) argument
2739 icl_gamma_mode(const struct intel_crtc_state *crtc_state) argument
2768 icl_csc_mode(const struct intel_crtc_state *crtc_state) argument
2782 icl_color_check(struct intel_crtc_state *crtc_state) argument
2803 i9xx_post_csc_lut_precision(const struct intel_crtc_state *crtc_state) argument
2819 i9xx_pre_csc_lut_precision(const struct intel_crtc_state *crtc_state) argument
2824 i965_post_csc_lut_precision(const struct intel_crtc_state *crtc_state) argument
2853 ilk_has_post_csc_lut(const struct intel_crtc_state *crtc_state) argument
2862 ilk_has_pre_csc_lut(const struct intel_crtc_state *crtc_state) argument
2868 ilk_post_csc_lut_precision(const struct intel_crtc_state *crtc_state) argument
2876 ilk_pre_csc_lut_precision(const struct intel_crtc_state *crtc_state) argument
2884 ivb_post_csc_lut_precision(const struct intel_crtc_state *crtc_state) argument
2893 ivb_pre_csc_lut_precision(const struct intel_crtc_state *crtc_state) argument
2902 chv_post_csc_lut_precision(const struct intel_crtc_state *crtc_state) argument
2910 chv_pre_csc_lut_precision(const struct intel_crtc_state *crtc_state) argument
2918 glk_post_csc_lut_precision(const struct intel_crtc_state *crtc_state) argument
2926 glk_pre_csc_lut_precision(const struct intel_crtc_state *crtc_state) argument
2934 icl_has_post_csc_lut(const struct intel_crtc_state *crtc_state) argument
2942 icl_has_pre_csc_lut(const struct intel_crtc_state *crtc_state) argument
2947 icl_post_csc_lut_precision(const struct intel_crtc_state *crtc_state) argument
2965 icl_pre_csc_lut_precision(const struct intel_crtc_state *crtc_state) argument
3032 i9xx_lut_equal(const struct intel_crtc_state *crtc_state, const struct drm_property_blob *blob1, const struct drm_property_blob *blob2, bool is_pre_csc_lut) argument
3051 i965_lut_equal(const struct intel_crtc_state *crtc_state, const struct drm_property_blob *blob1, const struct drm_property_blob *blob2, bool is_pre_csc_lut) argument
3064 chv_lut_equal(const struct intel_crtc_state *crtc_state, const struct drm_property_blob *blob1, const struct drm_property_blob *blob2, bool is_pre_csc_lut) argument
3077 ilk_lut_equal(const struct intel_crtc_state *crtc_state, const struct drm_property_blob *blob1, const struct drm_property_blob *blob2, bool is_pre_csc_lut) argument
3090 ivb_lut_equal(const struct intel_crtc_state *crtc_state, const struct drm_property_blob *blob1, const struct drm_property_blob *blob2, bool is_pre_csc_lut) argument
3103 glk_lut_equal(const struct intel_crtc_state *crtc_state, const struct drm_property_blob *blob1, const struct drm_property_blob *blob2, bool is_pre_csc_lut) argument
3116 icl_lut_equal(const struct intel_crtc_state *crtc_state, const struct drm_property_blob *blob1, const struct drm_property_blob *blob2, bool is_pre_csc_lut) argument
3190 i9xx_read_luts(struct intel_crtc_state *crtc_state) argument
3240 i965_read_luts(struct intel_crtc_state *crtc_state) argument
3312 chv_get_config(struct intel_crtc_state *crtc_state) argument
3322 chv_read_luts(struct intel_crtc_state *crtc_state) argument
3385 ilk_get_config(struct intel_crtc_state *crtc_state) argument
3394 ilk_read_luts(struct intel_crtc_state *crtc_state) argument
3455 ivb_read_luts(struct intel_crtc_state *crtc_state) argument
3522 bdw_read_luts(struct intel_crtc_state *crtc_state) argument
3595 glk_read_luts(struct intel_crtc_state *crtc_state) argument
3660 icl_read_luts(struct intel_crtc_state *crtc_state) argument
[all...]
H A Dhsw_ips.h16 bool hsw_ips_disable(const struct intel_crtc_state *crtc_state);
22 bool hsw_crtc_state_ips_capable(const struct intel_crtc_state *crtc_state);
25 void hsw_ips_get_config(struct intel_crtc_state *crtc_state);
28 static inline bool hsw_ips_disable(const struct intel_crtc_state *crtc_state) argument
45 static inline bool hsw_crtc_state_ips_capable(const struct intel_crtc_state *crtc_state) argument
54 static inline void hsw_ips_get_config(struct intel_crtc_state *crtc_state) argument
H A Dintel_dp_link_training.h18 const struct intel_crtc_state *crtc_state,
22 const struct intel_crtc_state *crtc_state,
26 const struct intel_crtc_state *crtc_state,
29 const struct intel_crtc_state *crtc_state);
31 const struct intel_crtc_state *crtc_state);
44 const struct intel_crtc_state *crtc_state);
H A Dintel_crtc_state_dump.h13 void intel_crtc_state_dump(const struct intel_crtc_state *crtc_state,
H A Dicl_dsi.h15 void icl_dsi_frame_update(struct intel_crtc_state *crtc_state);
H A Dintel_pch_refclk.h15 void lpt_program_iclkip(const struct intel_crtc_state *crtc_state);
18 int lpt_iclkip(const struct intel_crtc_state *crtc_state);
23 static inline void lpt_program_iclkip(const struct intel_crtc_state *crtc_state) argument
33 static inline int lpt_iclkip(const struct intel_crtc_state *crtc_state) argument
H A Dintel_audio.h18 struct intel_crtc_state *crtc_state,
21 const struct intel_crtc_state *crtc_state,
27 struct intel_crtc_state *crtc_state);
32 void intel_audio_sdp_split_update(const struct intel_crtc_state *crtc_state);
H A Dintel_atomic_plane.h24 unsigned int intel_plane_pixel_rate(const struct intel_crtc_state *crtc_state,
27 unsigned int intel_plane_data_rate(const struct intel_crtc_state *crtc_state,
36 const struct intel_crtc_state *crtc_state,
39 const struct intel_crtc_state *crtc_state,
42 const struct intel_crtc_state *crtc_state);
53 struct intel_crtc_state *crtc_state,
62 struct intel_crtc_state *crtc_state,
66 void intel_plane_set_invisible(struct intel_crtc_state *crtc_state,
H A Dintel_lspcon.h23 const struct intel_crtc_state *crtc_state,
27 const struct intel_crtc_state *crtc_state,
32 const struct intel_crtc_state *crtc_state,
39 const struct intel_crtc_state *crtc_state,
43 const struct intel_crtc_state *crtc_state,
H A Dintel_modeset_setup.c39 struct intel_crtc_state *crtc_state = local
46 if (!crtc_state->hw.active)
71 intel_crtc_bigjoiner_slave_pipes(crtc_state)) {
92 if (crtc_state->shared_dpll)
94 crtc_state->shared_dpll,
95 &crtc_state->shared_dpll->state);
163 struct intel_crtc_state *crtc_state = local
167 __drm_atomic_helper_crtc_destroy_state(&crtc_state->uapi);
168 intel_crtc_free_hw_state(crtc_state);
169 intel_crtc_state_reset(crtc_state, crt
225 struct intel_crtc_state *crtc_state = local
318 const struct intel_crtc_state *crtc_state = local
327 intel_crtc_copy_hw_to_uapi_state(struct intel_crtc_state *crtc_state) argument
428 intel_sanitize_fifo_underrun_reporting(const struct intel_crtc_state *crtc_state) argument
455 struct intel_crtc_state *crtc_state = to_intel_crtc_state(crtc->base.state); local
532 struct intel_crtc_state *crtc_state = local
539 has_bogus_dpll_config(const struct intel_crtc_state *crtc_state) argument
564 struct intel_crtc_state *crtc_state = crtc ? local
650 struct intel_crtc_state *crtc_state; local
668 struct intel_crtc_state *crtc_state = local
691 struct intel_crtc_state *crtc_state = local
720 struct intel_crtc_state *crtc_state = NULL; local
772 struct intel_crtc_state *crtc_state = NULL; local
814 struct intel_crtc_state *crtc_state = local
891 struct intel_crtc_state *crtc_state; local
956 struct intel_crtc_state *crtc_state = local
989 struct intel_crtc_state *crtc_state = local
[all...]
H A Dintel_dp_link_training.c287 const struct intel_crtc_state *crtc_state,
298 voltage_max = intel_dp->voltage_max(intel_dp, crtc_state);
342 const struct intel_crtc_state *crtc_state,
350 lane = min(lane, crtc_state->lane_count - 1);
353 for (lane = 0; lane < crtc_state->lane_count; lane++)
362 const struct intel_crtc_state *crtc_state,
373 lane = min(lane, crtc_state->lane_count - 1);
378 for (lane = 0; lane < crtc_state->lane_count; lane++) {
390 voltage_max = intel_dp_phy_voltage_max(intel_dp, crtc_state, dp_phy);
398 const struct intel_crtc_state *crtc_state,
286 intel_dp_phy_voltage_max(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state, enum drm_dp_phy dp_phy) argument
341 intel_dp_get_lane_adjust_tx_ffe_preset(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state, enum drm_dp_phy dp_phy, const u8 link_status[DP_LINK_STATUS_SIZE], int lane) argument
361 intel_dp_get_lane_adjust_vswing_preemph(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state, enum drm_dp_phy dp_phy, const u8 link_status[DP_LINK_STATUS_SIZE], int lane) argument
397 intel_dp_get_lane_adjust_train(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state, enum drm_dp_phy dp_phy, const u8 link_status[DP_LINK_STATUS_SIZE], int lane) argument
435 intel_dp_get_adjust_train(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state, enum drm_dp_phy dp_phy, const u8 link_status[DP_LINK_STATUS_SIZE]) argument
473 intel_dp_set_link_train(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state, enum drm_dp_phy dp_phy, u8 dp_train_pat) argument
509 intel_dp_program_link_training_pattern(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state, enum drm_dp_phy dp_phy, u8 dp_train_pat) argument
548 intel_dp_set_signal_levels(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state, enum drm_dp_phy dp_phy) argument
575 intel_dp_reset_link_train(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state, enum drm_dp_phy dp_phy, u8 dp_train_pat) argument
586 intel_dp_update_link_train(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state, enum drm_dp_phy dp_phy) argument
636 intel_dp_link_max_vswing_reached(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state) argument
657 intel_dp_update_downspread_ctrl(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state) argument
669 intel_dp_update_link_bw_set(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state, u8 link_bw, u8 rate_select) argument
704 intel_dp_prepare_link_train(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state) argument
753 intel_dp_adjust_request_changed(const struct intel_crtc_state *crtc_state, const u8 old_link_status[DP_LINK_STATUS_SIZE], const u8 new_link_status[DP_LINK_STATUS_SIZE]) argument
794 intel_dp_link_training_clock_recovery(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state, enum drm_dp_phy dp_phy) argument
887 intel_dp_training_pattern(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state, enum drm_dp_phy dp_phy) argument
945 intel_dp_link_training_channel_equalization(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state, enum drm_dp_phy dp_phy) argument
1024 intel_dp_128b132b_intra_hop(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state) argument
1055 intel_dp_stop_link_train(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state) argument
1071 intel_dp_link_train_phy(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state, enum drm_dp_phy dp_phy) argument
1094 intel_dp_schedule_fallback_link_training(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state) argument
1120 intel_dp_link_train_all_phys(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state, int lttpr_count) argument
1150 intel_dp_128b132b_lane_eq(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state) argument
1281 intel_dp_128b132b_lane_cds(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state, int lttpr_count) argument
1337 intel_dp_128b132b_link_train(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state, int lttpr_count) argument
1370 intel_dp_start_link_train(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state) argument
1414 intel_dp_128b132b_sdp_crc16(struct intel_dp *intel_dp, const struct intel_crtc_state *crtc_state) argument
[all...]
H A Dintel_hdmi.h28 const struct intel_crtc_state *crtc_state,
41 const struct intel_crtc_state *crtc_state);
44 struct intel_crtc_state *crtc_state);
46 const struct intel_crtc_state *crtc_state,
49 bool intel_hdmi_limited_color_range(const struct intel_crtc_state *crtc_state,
51 bool intel_hdmi_bpc_possible(const struct intel_crtc_state *crtc_state,
57 int intel_hdmi_dsc_get_num_slices(const struct intel_crtc_state *crtc_state,
H A Dhsw_ips.c14 static void hsw_ips_enable(const struct intel_crtc_state *crtc_state) argument
16 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
20 if (!crtc_state->ips_enabled)
29 !(crtc_state->active_planes & ~BIT(PLANE_CURSOR)));
61 bool hsw_ips_disable(const struct intel_crtc_state *crtc_state) argument
63 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
67 if (!crtc_state->ips_enabled)
187 bool hsw_crtc_state_ips_capable(const struct intel_crtc_state *crtc_state) argument
189 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
199 if (crtc_state
220 struct intel_crtc_state *crtc_state = local
258 hsw_ips_get_config(struct intel_crtc_state *crtc_state) argument
292 struct intel_crtc_state *crtc_state; local
[all...]
H A Dintel_dpll.h25 void vlv_compute_dpll(struct intel_crtc_state *crtc_state);
26 void chv_compute_dpll(struct intel_crtc_state *crtc_state);
32 void chv_enable_pll(const struct intel_crtc_state *crtc_state);
34 void vlv_enable_pll(const struct intel_crtc_state *crtc_state);
36 void i9xx_enable_pll(const struct intel_crtc_state *crtc_state);
37 void i9xx_disable_pll(const struct intel_crtc_state *crtc_state);
38 bool bxt_find_best_dpll(struct intel_crtc_state *crtc_state,
H A Dintel_dpll.c583 const struct intel_crtc_state *crtc_state,
586 struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev);
588 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_LVDS)) {
617 struct intel_crtc_state *crtc_state,
622 struct drm_device *dev = crtc_state->uapi.crtc->dev;
628 clock.p2 = i9xx_select_p2_div(limit, crtc_state, target);
675 struct intel_crtc_state *crtc_state,
680 struct drm_device *dev = crtc_state->uapi.crtc->dev;
686 clock.p2 = i9xx_select_p2_div(limit, crtc_state, target);
731 struct intel_crtc_state *crtc_state,
582 i9xx_select_p2_div(const struct intel_limit *limit, const struct intel_crtc_state *crtc_state, int target) argument
616 i9xx_find_best_dpll(const struct intel_limit *limit, struct intel_crtc_state *crtc_state, int target, int refclk, const struct dpll *match_clock, struct dpll *best_clock) argument
674 pnv_find_best_dpll(const struct intel_limit *limit, struct intel_crtc_state *crtc_state, int target, int refclk, const struct dpll *match_clock, struct dpll *best_clock) argument
730 g4x_find_best_dpll(const struct intel_limit *limit, struct intel_crtc_state *crtc_state, int target, int refclk, const struct dpll *match_clock, struct dpll *best_clock) argument
824 vlv_find_best_dpll(const struct intel_limit *limit, struct intel_crtc_state *crtc_state, int target, int refclk, const struct dpll *match_clock, struct dpll *best_clock) argument
882 chv_find_best_dpll(const struct intel_limit *limit, struct intel_crtc_state *crtc_state, int target, int refclk, const struct dpll *match_clock, struct dpll *best_clock) argument
940 bxt_find_best_dpll(struct intel_crtc_state *crtc_state, struct dpll *best_clock) argument
961 i9xx_update_pll_dividers(struct intel_crtc_state *crtc_state, const struct dpll *clock, const struct dpll *reduced_clock) argument
981 i9xx_compute_dpll(struct intel_crtc_state *crtc_state, const struct dpll *clock, const struct dpll *reduced_clock) argument
1060 i8xx_compute_dpll(struct intel_crtc_state *crtc_state, const struct dpll *clock, const struct dpll *reduced_clock) argument
1115 struct intel_crtc_state *crtc_state = local
1144 struct intel_crtc_state *crtc_state = local
1159 struct intel_crtc_state *crtc_state = local
1177 struct intel_crtc_state *crtc_state = local
1200 ilk_update_pll_dividers(struct intel_crtc_state *crtc_state, const struct dpll *clock, const struct dpll *reduced_clock) argument
1233 ilk_compute_dpll(struct intel_crtc_state *crtc_state, const struct dpll *clock, const struct dpll *reduced_clock) argument
1314 struct intel_crtc_state *crtc_state = local
1370 struct intel_crtc_state *crtc_state = local
1380 vlv_compute_dpll(struct intel_crtc_state *crtc_state) argument
1398 chv_compute_dpll(struct intel_crtc_state *crtc_state) argument
1418 struct intel_crtc_state *crtc_state = local
1445 struct intel_crtc_state *crtc_state = local
1473 struct intel_crtc_state *crtc_state = local
1522 struct intel_crtc_state *crtc_state = local
1560 struct intel_crtc_state *crtc_state = local
1600 struct intel_crtc_state *crtc_state = local
1682 struct intel_crtc_state *crtc_state = local
1708 struct intel_crtc_state *crtc_state = local
1764 i9xx_enable_pll(const struct intel_crtc_state *crtc_state) argument
1842 vlv_prepare_pll(const struct intel_crtc_state *crtc_state) argument
1933 _vlv_enable_pll(const struct intel_crtc_state *crtc_state) argument
1947 vlv_enable_pll(const struct intel_crtc_state *crtc_state) argument
1973 chv_prepare_pll(const struct intel_crtc_state *crtc_state) argument
2068 _chv_enable_pll(const struct intel_crtc_state *crtc_state) argument
2099 chv_enable_pll(const struct intel_crtc_state *crtc_state) argument
2160 struct intel_crtc_state *crtc_state; local
2227 i9xx_disable_pll(const struct intel_crtc_state *crtc_state) argument
[all...]
H A Dintel_sprite.h27 int ivb_plane_min_cdclk(const struct intel_crtc_state *crtc_state,
29 int hsw_plane_min_cdclk(const struct intel_crtc_state *crtc_state,
31 int vlv_plane_min_cdclk(const struct intel_crtc_state *crtc_state,
H A Dintel_snps_phy.h23 int intel_mpllb_calc_state(struct intel_crtc_state *crtc_state,
26 const struct intel_crtc_state *crtc_state);
35 const struct intel_crtc_state *crtc_state);
H A Dintel_crtc.h31 u32 intel_crtc_max_vblank_count(const struct intel_crtc_state *crtc_state);
34 void intel_crtc_state_reset(struct intel_crtc_state *crtc_state,
37 void intel_crtc_vblank_on(const struct intel_crtc_state *crtc_state);
38 void intel_crtc_vblank_off(const struct intel_crtc_state *crtc_state);

Completed in 232 milliseconds

1234567891011>>