/drivers/gpu/drm/i915/display/ |
D | intel_ddi_buf_trans.c | 1000 const struct intel_crtc_state *crtc_state, in hsw_get_buf_trans() 1013 const struct intel_crtc_state *crtc_state, in bdw_get_buf_trans() 1050 const struct intel_crtc_state *crtc_state, in skl_y_get_buf_trans() 1066 const struct intel_crtc_state *crtc_state, in skl_u_get_buf_trans() 1082 const struct intel_crtc_state *crtc_state, in skl_get_buf_trans() 1098 const struct intel_crtc_state *crtc_state, in kbl_y_get_buf_trans() 1114 const struct intel_crtc_state *crtc_state, in kbl_u_get_buf_trans() 1130 const struct intel_crtc_state *crtc_state, in kbl_get_buf_trans() 1146 const struct intel_crtc_state *crtc_state, in bxt_get_buf_trans() 1162 const struct intel_crtc_state *crtc_state, in icl_get_combo_buf_trans_dp() [all …]
|
D | intel_color.c | 119 static bool crtc_state_is_legacy_gamma(const struct intel_crtc_state *crtc_state) in crtc_state_is_legacy_gamma() 219 static bool ilk_csc_limited_range(const struct intel_crtc_state *crtc_state) in ilk_csc_limited_range() 232 static void ilk_csc_convert_ctm(const struct intel_crtc_state *crtc_state, in ilk_csc_convert_ctm() 284 static void ilk_load_csc_matrix(const struct intel_crtc_state *crtc_state) in ilk_load_csc_matrix() 324 static void icl_load_csc_matrix(const struct intel_crtc_state *crtc_state) in icl_load_csc_matrix() 473 static void i9xx_color_commit(const struct intel_crtc_state *crtc_state) in i9xx_color_commit() 486 static void ilk_color_commit(const struct intel_crtc_state *crtc_state) in ilk_color_commit() 501 static void hsw_color_commit(const struct intel_crtc_state *crtc_state) in hsw_color_commit() 512 static void skl_color_commit(const struct intel_crtc_state *crtc_state) in skl_color_commit() 557 static void i9xx_load_luts(const struct intel_crtc_state *crtc_state) in i9xx_load_luts() [all …]
|
D | intel_ddi.c | 77 const struct intel_crtc_state *crtc_state) in intel_ddi_hdmi_level() 101 const struct intel_crtc_state *crtc_state) in hsw_prepare_dp_ddi_buffers() 132 const struct intel_crtc_state *crtc_state, in hsw_prepare_hdmi_ddi_buffers() 214 const struct intel_crtc_state *crtc_state) in icl_pll_to_ddi_clk_sel() 278 const struct intel_crtc_state *crtc_state) in intel_ddi_init_dp_buf_reg() 343 void intel_ddi_set_dp_msa(const struct intel_crtc_state *crtc_state, in intel_ddi_set_dp_msa() 419 const struct intel_crtc_state *crtc_state) in intel_ddi_transcoder_func_reg_val_get() 524 const struct intel_crtc_state *crtc_state) in intel_ddi_enable_transcoder_func() 557 const struct intel_crtc_state *crtc_state) in intel_ddi_config_transcoder_func() 569 void intel_ddi_disable_transcoder_func(const struct intel_crtc_state *crtc_state) in intel_ddi_disable_transcoder_func() [all …]
|
D | intel_dp_link_training.c | 260 const struct intel_crtc_state *crtc_state, in intel_dp_phy_voltage_max() 306 const struct intel_crtc_state *crtc_state, in intel_dp_get_adjust_train() 345 const struct intel_crtc_state *crtc_state, in intel_dp_set_link_train() 381 const struct intel_crtc_state *crtc_state, in intel_dp_program_link_training_pattern() 398 const struct intel_crtc_state *crtc_state, in intel_dp_set_signal_levels() 420 const struct intel_crtc_state *crtc_state, in intel_dp_reset_link_train() 431 const struct intel_crtc_state *crtc_state, in intel_dp_update_link_train() 448 const struct intel_crtc_state *crtc_state) in intel_dp_link_max_vswing_reached() 466 const struct intel_crtc_state *crtc_state) in intel_dp_prepare_link_train() 543 const struct intel_crtc_state *crtc_state, in intel_dp_link_training_clock_recovery() [all …]
|
D | intel_vrr.c | 65 static int intel_vrr_vblank_exit_length(const struct intel_crtc_state *crtc_state) in intel_vrr_vblank_exit_length() 77 int intel_vrr_vmin_vblank_start(const struct intel_crtc_state *crtc_state) in intel_vrr_vmin_vblank_start() 83 int intel_vrr_vmax_vblank_start(const struct intel_crtc_state *crtc_state) in intel_vrr_vmax_vblank_start() 89 intel_vrr_compute_config(struct intel_crtc_state *crtc_state, in intel_vrr_compute_config() 157 const struct intel_crtc_state *crtc_state) in intel_vrr_enable() 183 void intel_vrr_send_push(const struct intel_crtc_state *crtc_state) in intel_vrr_send_push() 210 struct intel_crtc_state *crtc_state) in intel_vrr_get_config()
|
D | intel_atomic.c | 124 struct drm_crtc_state *crtc_state; in intel_digital_connector_atomic_check() local 200 struct intel_crtc_state *crtc_state; in intel_any_crtc_needs_modeset() local 238 struct intel_crtc_state *crtc_state; in intel_crtc_duplicate_state() local 270 static void intel_crtc_put_color_blobs(struct intel_crtc_state *crtc_state) in intel_crtc_put_color_blobs() 277 void intel_crtc_free_hw_state(struct intel_crtc_state *crtc_state) in intel_crtc_free_hw_state() 282 void intel_crtc_copy_color_blobs(struct intel_crtc_state *crtc_state, in intel_crtc_copy_color_blobs() 305 struct intel_crtc_state *crtc_state = to_intel_crtc_state(state); in intel_crtc_destroy_state() local 353 struct drm_crtc_state *crtc_state; in intel_atomic_get_crtc_state() local
|
D | intel_vdsc.c | 337 bool intel_dsc_source_support(const struct intel_crtc_state *crtc_state) in intel_dsc_source_support() 360 static bool is_pipe_dsc(const struct intel_crtc_state *crtc_state) in is_pipe_dsc() 550 intel_dsc_power_domain(const struct intel_crtc_state *crtc_state) in intel_dsc_power_domain() 575 static void intel_dsc_pps_configure(const struct intel_crtc_state *crtc_state) in intel_dsc_pps_configure() 1061 const struct intel_crtc_state *crtc_state) in intel_dsc_dsi_pps_write() 1080 const struct intel_crtc_state *crtc_state) in intel_dsc_dp_pps_write() 1098 static i915_reg_t dss_ctl1_reg(const struct intel_crtc_state *crtc_state) in dss_ctl1_reg() 1105 static i915_reg_t dss_ctl2_reg(const struct intel_crtc_state *crtc_state) in dss_ctl2_reg() 1133 void intel_uncompressed_joiner_enable(const struct intel_crtc_state *crtc_state) in intel_uncompressed_joiner_enable() 1150 const struct intel_crtc_state *crtc_state) in intel_dsc_enable() [all …]
|
D | intel_dpll.c | 395 const struct intel_crtc_state *crtc_state, in i9xx_select_p2_div() 430 struct intel_crtc_state *crtc_state, in i9xx_find_best_dpll() 488 struct intel_crtc_state *crtc_state, in pnv_find_best_dpll() 544 struct intel_crtc_state *crtc_state, in g4x_find_best_dpll() 638 struct intel_crtc_state *crtc_state, in vlv_find_best_dpll() 698 struct intel_crtc_state *crtc_state, in chv_find_best_dpll() 755 bool bxt_find_best_dpll(struct intel_crtc_state *crtc_state, in bxt_find_best_dpll() 772 struct intel_crtc_state *crtc_state, in i9xx_update_pll_dividers() 799 struct intel_crtc_state *crtc_state, in i9xx_compute_dpll() 872 struct intel_crtc_state *crtc_state, in i8xx_compute_dpll() [all …]
|
D | intel_cursor.c | 136 static int intel_check_cursor(struct intel_crtc_state *crtc_state, in intel_check_cursor() 183 static u32 i845_cursor_ctl_crtc(const struct intel_crtc_state *crtc_state) in i845_cursor_ctl_crtc() 193 static u32 i845_cursor_ctl(const struct intel_crtc_state *crtc_state, in i845_cursor_ctl() 212 static int i845_check_cursor(struct intel_crtc_state *crtc_state, in i845_check_cursor() 257 const struct intel_crtc_state *crtc_state, in i845_update_cursor() 302 const struct intel_crtc_state *crtc_state) in i845_disable_cursor() 337 static u32 i9xx_cursor_ctl_crtc(const struct intel_crtc_state *crtc_state) in i9xx_cursor_ctl_crtc() 358 static u32 i9xx_cursor_ctl(const struct intel_crtc_state *crtc_state, in i9xx_cursor_ctl() 431 static int i9xx_check_cursor(struct intel_crtc_state *crtc_state, in i9xx_check_cursor() 492 const struct intel_crtc_state *crtc_state, in i9xx_update_cursor() [all …]
|
D | intel_sprite.c | 232 vlv_plane_ratio(const struct intel_crtc_state *crtc_state, in vlv_plane_ratio() 290 int vlv_plane_min_cdclk(const struct intel_crtc_state *crtc_state, in vlv_plane_min_cdclk() 310 static u32 vlv_sprite_ctl_crtc(const struct intel_crtc_state *crtc_state) in vlv_sprite_ctl_crtc() 320 static u32 vlv_sprite_ctl(const struct intel_crtc_state *crtc_state, in vlv_sprite_ctl() 421 const struct intel_crtc_state *crtc_state, in vlv_update_plane() 489 const struct intel_crtc_state *crtc_state) in vlv_disable_plane() 528 static void ivb_plane_ratio(const struct intel_crtc_state *crtc_state, in ivb_plane_ratio() 565 static void ivb_plane_ratio_scaling(const struct intel_crtc_state *crtc_state, in ivb_plane_ratio_scaling() 592 int ivb_plane_min_cdclk(const struct intel_crtc_state *crtc_state, in ivb_plane_min_cdclk() 612 static int ivb_sprite_min_cdclk(const struct intel_crtc_state *crtc_state, in ivb_sprite_min_cdclk() [all …]
|
D | intel_display.c | 213 is_trans_port_sync_slave(const struct intel_crtc_state *crtc_state) in is_trans_port_sync_slave() 219 is_trans_port_sync_master(const struct intel_crtc_state *crtc_state) in is_trans_port_sync_master() 225 is_trans_port_sync_mode(const struct intel_crtc_state *crtc_state) in is_trans_port_sync_mode() 612 static void ilk_enable_pch_transcoder(const struct intel_crtc_state *crtc_state) in ilk_enable_pch_transcoder() 1627 intel_set_plane_visible(struct intel_crtc_state *crtc_state, in intel_set_plane_visible() 1641 static void fixup_plane_bitmasks(struct intel_crtc_state *crtc_state) in fixup_plane_bitmasks() 1665 struct intel_crtc_state *crtc_state = in intel_plane_disable_noatomic() local 1716 struct intel_crtc_state *crtc_state = in intel_reuse_initial_plane_obj() local 1745 struct intel_crtc_state *crtc_state = in intel_find_initial_plane_obj() local 1842 struct drm_crtc_state *crtc_state; in __intel_display_resume() local [all …]
|
D | intel_hdmi.c | 195 const struct intel_crtc_state *crtc_state, in g4x_write_infoframe() 231 const struct intel_crtc_state *crtc_state, in g4x_read_infoframe() 267 const struct intel_crtc_state *crtc_state, in ibx_write_infoframe() 306 const struct intel_crtc_state *crtc_state, in ibx_read_infoframe() 346 const struct intel_crtc_state *crtc_state, in cpt_write_infoframe() 388 const struct intel_crtc_state *crtc_state, in cpt_read_infoframe() 424 const struct intel_crtc_state *crtc_state, in vlv_write_infoframe() 464 const struct intel_crtc_state *crtc_state, in vlv_read_infoframe() 504 const struct intel_crtc_state *crtc_state, in hsw_write_infoframe() 546 const struct intel_crtc_state *crtc_state, in hsw_read_infoframe() [all …]
|
D | intel_dp.c | 936 const struct intel_crtc_state *crtc_state) in intel_dp_supports_dsc() 946 const struct intel_crtc_state *crtc_state) in intel_dp_hdmi_ycbcr420() 954 const struct intel_crtc_state *crtc_state, int bpc) in intel_dp_hdmi_tmds_clock() 965 const struct intel_crtc_state *crtc_state, int bpc) in intel_dp_hdmi_tmds_clock_valid() 981 const struct intel_crtc_state *crtc_state, in intel_dp_hdmi_deep_color_possible() 992 const struct intel_crtc_state *crtc_state) in intel_dp_max_bpp() 1127 struct intel_crtc_state *crtc_state) in intel_dp_dsc_compute_params() 1420 bool intel_dp_limited_color_range(const struct intel_crtc_state *crtc_state, in intel_dp_limited_color_range() 1464 static void intel_dp_compute_vsc_colorimetry(const struct intel_crtc_state *crtc_state, in intel_dp_compute_vsc_colorimetry() 1545 struct intel_crtc_state *crtc_state, in intel_dp_compute_vsc_sdp() [all …]
|
D | intel_psr.c | 696 struct intel_crtc_state *crtc_state) in dc3co_is_pipe_port_compatible() 711 struct intel_crtc_state *crtc_state) in tgl_dc3co_exitline_compute_config() 755 struct intel_crtc_state *crtc_state) in intel_psr2_sel_fetch_config_valid() 783 struct intel_crtc_state *crtc_state) in psr2_granularity_check() 821 struct intel_crtc_state *crtc_state) in _compute_psr2_sdp_prior_scanline_indication() 844 struct intel_crtc_state *crtc_state) in _compute_psr2_wake_times() 884 struct intel_crtc_state *crtc_state) in intel_psr2_config_valid() 1025 struct intel_crtc_state *crtc_state) in intel_psr_compute_config() 1248 const struct intel_crtc_state *crtc_state, in intel_psr_enable_locked() 1297 const struct intel_crtc_state *crtc_state, in intel_psr_enable() [all …]
|
D | intel_dsb.c | 93 void intel_dsb_indexed_reg_write(const struct intel_crtc_state *crtc_state, in intel_dsb_indexed_reg_write() 170 void intel_dsb_reg_write(const struct intel_crtc_state *crtc_state, in intel_dsb_reg_write() 204 void intel_dsb_commit(const struct intel_crtc_state *crtc_state) in intel_dsb_commit() 261 void intel_dsb_prepare(struct intel_crtc_state *crtc_state) in intel_dsb_prepare() 322 void intel_dsb_cleanup(struct intel_crtc_state *crtc_state) in intel_dsb_cleanup()
|
D | intel_crtc.c | 51 u32 intel_crtc_max_vblank_count(const struct intel_crtc_state *crtc_state) in intel_crtc_max_vblank_count() 81 void intel_crtc_vblank_on(const struct intel_crtc_state *crtc_state) in intel_crtc_vblank_on() 98 void intel_crtc_vblank_off(const struct intel_crtc_state *crtc_state) in intel_crtc_vblank_off() 115 struct intel_crtc_state *crtc_state; in intel_crtc_state_alloc() local 125 void intel_crtc_state_reset(struct intel_crtc_state *crtc_state, in intel_crtc_state_reset() 141 struct intel_crtc_state *crtc_state; in intel_crtc_alloc() local
|
D | intel_fdi.c | 12 static int pipe_required_fdi_lanes(struct intel_crtc_state *crtc_state) in pipe_required_fdi_lanes() 191 const struct intel_crtc_state *crtc_state) in ilk_fdi_link_train() 294 const struct intel_crtc_state *crtc_state) in gen6_fdi_link_train() 431 const struct intel_crtc_state *crtc_state) in ivb_manual_fdi_link_train() 564 const struct intel_crtc_state *crtc_state) in hsw_fdi_link_train() 691 void ilk_fdi_pll_enable(const struct intel_crtc_state *crtc_state) in ilk_fdi_pll_enable()
|
D | intel_audio.c | 126 audio_config_dp_get_n_m(const struct intel_crtc_state *crtc_state, int rate) in audio_config_dp_get_n_m() 240 static u32 audio_config_hdmi_pixel_clock(const struct intel_crtc_state *crtc_state) in audio_config_hdmi_pixel_clock() 270 static int audio_config_hdmi_get_n(const struct intel_crtc_state *crtc_state, in audio_config_hdmi_get_n() 345 const struct intel_crtc_state *crtc_state, in g4x_audio_codec_enable() 388 const struct intel_crtc_state *crtc_state) in hsw_dp_audio_config_update() 436 const struct intel_crtc_state *crtc_state) in hsw_hdmi_audio_config_update() 478 const struct intel_crtc_state *crtc_state) in hsw_audio_config_update() 519 const struct intel_crtc_state *crtc_state) in calc_hblank_early_prog() 566 static unsigned int calc_samples_room(const struct intel_crtc_state *crtc_state) in calc_samples_room() 582 const struct intel_crtc_state *crtc_state) in enable_audio_dsc_wa() [all …]
|
D | intel_atomic_plane.c | 158 unsigned int intel_plane_pixel_rate(const struct intel_crtc_state *crtc_state, in intel_plane_pixel_rate() 178 unsigned int intel_plane_data_rate(const struct intel_crtc_state *crtc_state, in intel_plane_data_rate() 314 void intel_plane_set_invisible(struct intel_crtc_state *crtc_state, in intel_plane_set_invisible() 433 struct intel_crtc_state *crtc_state = in skl_next_plane_to_commit() local 471 const struct intel_crtc_state *crtc_state, in intel_update_plane() 485 const struct intel_crtc_state *crtc_state) in intel_disable_plane() 548 struct intel_crtc_state *crtc_state, in intel_atomic_plane_check_clipping()
|
D | skl_universal_plane.c | 297 static int icl_plane_min_cdclk(const struct intel_crtc_state *crtc_state, in icl_plane_min_cdclk() 321 static int glk_plane_min_cdclk(const struct intel_crtc_state *crtc_state, in glk_plane_min_cdclk() 348 static int skl_plane_min_cdclk(const struct intel_crtc_state *crtc_state, in skl_plane_min_cdclk() 541 const struct intel_crtc_state *crtc_state, in icl_program_input_csc() 645 const struct intel_crtc_state *crtc_state) in skl_disable_plane() 876 static u32 skl_plane_ctl_crtc(const struct intel_crtc_state *crtc_state) in skl_plane_ctl_crtc() 893 static u32 skl_plane_ctl(const struct intel_crtc_state *crtc_state, in skl_plane_ctl() 936 static u32 glk_plane_color_ctl_crtc(const struct intel_crtc_state *crtc_state) in glk_plane_color_ctl_crtc() 953 static u32 glk_plane_color_ctl(const struct intel_crtc_state *crtc_state, in glk_plane_color_ctl() 1006 const struct intel_crtc_state *crtc_state, in skl_program_plane() [all …]
|
D | i9xx_plane.c | 155 static u32 i9xx_plane_ctl(const struct intel_crtc_state *crtc_state, in i9xx_plane_ctl() 323 i9xx_plane_check(struct intel_crtc_state *crtc_state, in i9xx_plane_check() 356 static u32 i9xx_plane_ctl_crtc(const struct intel_crtc_state *crtc_state) in i9xx_plane_ctl_crtc() 374 static void i9xx_plane_ratio(const struct intel_crtc_state *crtc_state, in i9xx_plane_ratio() 397 static int i9xx_plane_min_cdclk(const struct intel_crtc_state *crtc_state, in i9xx_plane_min_cdclk() 422 const struct intel_crtc_state *crtc_state, in i9xx_update_plane() 497 const struct intel_crtc_state *crtc_state) in i9xx_disable_plane() 529 const struct intel_crtc_state *crtc_state, in g4x_primary_async_flip() 551 const struct intel_crtc_state *crtc_state, in vlv_primary_async_flip()
|
D | intel_dp_mst.c | 48 struct intel_crtc_state *crtc_state, in intel_dp_mst_compute_link_config() 188 const struct intel_crtc_state *crtc_state; in intel_dp_mst_transcoder_mask() local 207 struct intel_crtc_state *crtc_state, in intel_dp_mst_compute_config_late() 244 struct intel_crtc_state *crtc_state; in intel_dp_mst_atomic_master_trans_check() local 312 struct intel_crtc_state *crtc_state = in intel_dp_mst_atomic_check() local 329 const struct intel_crtc_state *crtc_state) in clear_act_sent() 338 const struct intel_crtc_state *crtc_state) in wait_for_act_sent() 609 struct intel_crtc_state *crtc_state) in intel_dp_mst_initial_fastset_check() 995 bool intel_dp_mst_is_master_trans(const struct intel_crtc_state *crtc_state) in intel_dp_mst_is_master_trans() 1000 bool intel_dp_mst_is_slave_trans(const struct intel_crtc_state *crtc_state) in intel_dp_mst_is_slave_trans()
|
D | skl_scaler.c | 91 skl_update_scaler(struct intel_crtc_state *crtc_state, bool force_detach, in skl_update_scaler() 184 int skl_update_scaler_crtc(struct intel_crtc_state *crtc_state) in skl_update_scaler_crtc() 213 int skl_update_scaler_plane(struct intel_crtc_state *crtc_state, in skl_update_scaler_plane() 449 struct intel_crtc_state *crtc_state) in intel_atomic_setup_scalers() 653 void skl_pfit_enable(const struct intel_crtc_state *crtc_state) in skl_pfit_enable() 714 const struct intel_crtc_state *crtc_state, in skl_program_plane_scaler() 792 void skl_detach_scalers(const struct intel_crtc_state *crtc_state) in skl_detach_scalers()
|
D | intel_drrs.c | 104 const struct intel_crtc_state *crtc_state, in intel_dp_set_drrs_state() 204 const struct intel_crtc_state *crtc_state) in intel_edp_drrs_enable() 228 const struct intel_crtc_state *crtc_state) in intel_edp_drrs_disable_locked() 279 const struct intel_crtc_state *crtc_state) in intel_edp_drrs_update()
|
/drivers/gpu/drm/i915/ |
D | intel_pm.c | 500 static void vlv_get_fifo_size(struct intel_crtc_state *crtc_state) in vlv_get_fifo_size() 839 static bool intel_wm_plane_visible(const struct intel_crtc_state *crtc_state, in intel_wm_plane_visible() 1147 static u16 g4x_compute_wm(const struct intel_crtc_state *crtc_state, in g4x_compute_wm() 1208 static bool g4x_raw_plane_wm_set(struct intel_crtc_state *crtc_state, in g4x_raw_plane_wm_set() 1224 static bool g4x_raw_fbc_wm_set(struct intel_crtc_state *crtc_state, in g4x_raw_fbc_wm_set() 1247 static bool g4x_raw_plane_wm_compute(struct intel_crtc_state *crtc_state, in g4x_raw_plane_wm_compute() 1321 static bool g4x_raw_plane_wm_is_valid(const struct intel_crtc_state *crtc_state, in g4x_raw_plane_wm_is_valid() 1329 static bool g4x_raw_crtc_wm_is_valid(const struct intel_crtc_state *crtc_state, in g4x_raw_crtc_wm_is_valid() 1388 struct intel_crtc_state *crtc_state = in g4x_compute_pipe_wm() local 1617 const struct intel_crtc_state *crtc_state = in g4x_initial_watermarks() local [all …]
|