Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_dp.h32 void intel_edp_fixup_vbt_bpp(struct intel_encoder *encoder, int pipe_bpp);
73 void intel_edp_fixup_vbt_bpp(struct intel_encoder *encoder, int pipe_bpp);
110 u32 pipe_bpp,
124 u32 intel_dp_dsc_nearest_valid_bpp(struct drm_i915_private *i915, u32 bpp, u32 pipe_bpp);
A Dintel_dp.c709 u32 pipe_bpp, in intel_dp_dsc_get_output_bpp() argument
1053 pipe_bpp, 64) >> 4; in intel_dp_mode_valid()
1494 int pipe_bpp; in intel_dp_dsc_compute_config() local
1506 pipe_bpp = pipe_config->pipe_bpp; in intel_dp_dsc_compute_config()
1514 if (pipe_bpp < 8 * 3) { in intel_dp_dsc_compute_config()
1525 pipe_config->pipe_bpp = pipe_bpp; in intel_dp_dsc_compute_config()
1548 pipe_bpp, in intel_dp_dsc_compute_config()
1604 pipe_config->pipe_bpp, in intel_dp_dsc_compute_config()
1612 pipe_config->pipe_bpp, in intel_dp_dsc_compute_config()
1694 pipe_config->pipe_bpp, in intel_dp_compute_link_config()
[all …]
A Dg4x_hdmi.c43 if (crtc_state->pipe_bpp > 24) in intel_hdmi_prepare()
226 if (pipe_config->pipe_bpp > 24 && in ibx_enable_hdmi()
275 if (pipe_config->pipe_bpp > 24) { in cpt_enable_hdmi()
286 if (pipe_config->pipe_bpp > 24) { in cpt_enable_hdmi()
A Dintel_dp_mst.c116 crtc_state->pipe_bpp = bpp; in intel_dp_mst_find_vcpi_slots_for_bpp()
141 intel_link_compute_m_n(crtc_state->pipe_bpp, in intel_dp_mst_compute_link_config()
217 crtc_state->pipe_bpp); in intel_dp_dsc_mst_compute_link_config()
235 intel_link_compute_m_n(crtc_state->pipe_bpp, in intel_dp_dsc_mst_compute_link_config()
315 limits.max_bpp = min(pipe_config->pipe_bpp, 24); in intel_dp_mst_compute_config()
912 int pipe_bpp = intel_dp_dsc_compute_bpp(intel_dp, U8_MAX); in intel_dp_mst_mode_valid_ctx() local
922 pipe_bpp, 64) >> 4; in intel_dp_mst_mode_valid_ctx()
A Dintel_lvds.c293 if (pipe_config->dither && pipe_config->pipe_bpp == 18) in intel_pre_enable_lvds()
436 if (lvds_bpp != pipe_config->pipe_bpp && !pipe_config->bw_constrained) { in intel_lvds_compute_config()
439 pipe_config->pipe_bpp, lvds_bpp); in intel_lvds_compute_config()
440 pipe_config->pipe_bpp = lvds_bpp; in intel_lvds_compute_config()
A Dintel_fdi.c255 pipe_config->pipe_bpp); in ilk_fdi_compute_config()
259 intel_link_compute_m_n(pipe_config->pipe_bpp, lane, fdi_dotclock, in ilk_fdi_compute_config()
266 if (ret == -EINVAL && pipe_config->pipe_bpp > 6*3) { in ilk_fdi_compute_config()
267 pipe_config->pipe_bpp -= 2*3; in ilk_fdi_compute_config()
270 pipe_config->pipe_bpp); in ilk_fdi_compute_config()
A Dhsw_ips.c192 if (crtc_state->pipe_bpp > 24) in hsw_crtc_state_ips_capable()
A Dintel_hdmi.c942 static bool gcp_default_phase_possible(int pipe_bpp, in gcp_default_phase_possible() argument
947 switch (pipe_bpp) { in gcp_default_phase_possible()
1037 if (crtc_state->pipe_bpp > 24) in intel_hdmi_compute_gcp_infoframe()
1041 if (gcp_default_phase_possible(crtc_state->pipe_bpp, in intel_hdmi_compute_gcp_infoframe()
2086 bpc = max(crtc_state->pipe_bpp / 3, 8); in intel_hdmi_compute_bpc()
2134 crtc_state->pipe_bpp = min(crtc_state->pipe_bpp, bpc * 3); in intel_hdmi_compute_clock()
2138 bpc, crtc_state->pipe_bpp); in intel_hdmi_compute_clock()
A Dintel_display.c3209 pipe_config->pipe_bpp = 18; in i9xx_get_pipe_config()
3212 pipe_config->pipe_bpp = 24; in i9xx_get_pipe_config()
3215 pipe_config->pipe_bpp = 30; in i9xx_get_pipe_config()
3627 pipe_config->pipe_bpp = 18; in ilk_get_pipe_config()
3630 pipe_config->pipe_bpp = 24; in ilk_get_pipe_config()
3633 pipe_config->pipe_bpp = 30; in ilk_get_pipe_config()
3636 pipe_config->pipe_bpp = 36; in ilk_get_pipe_config()
4903 crtc_state->pipe_bpp); in compute_sink_pipe_bpp()
4905 crtc_state->pipe_bpp = bpp; in compute_sink_pipe_bpp()
4930 crtc_state->pipe_bpp = bpp; in compute_baseline_pipe_bpp()
[all …]
A Dintel_ddi.c369 switch (crtc_state->pipe_bpp) { in intel_ddi_set_dp_msa()
383 MISSING_CASE(crtc_state->pipe_bpp); in intel_ddi_set_dp_msa()
460 switch (crtc_state->pipe_bpp) { in intel_ddi_transcoder_func_reg_val_get()
462 MISSING_CASE(crtc_state->pipe_bpp); in intel_ddi_transcoder_func_reg_val_get()
3356 pipe_config->pipe_bpp = 18; in intel_ddi_read_func_ctl()
3359 pipe_config->pipe_bpp = 24; in intel_ddi_read_func_ctl()
3362 pipe_config->pipe_bpp = 30; in intel_ddi_read_func_ctl()
3365 pipe_config->pipe_bpp = 36; in intel_ddi_read_func_ctl()
3467 intel_edp_fixup_vbt_bpp(encoder, pipe_config->pipe_bpp); in intel_ddi_get_config()
A Dintel_crtc_state_dump.c187 pipe_config->pipe_bpp, pipe_config->dither); in intel_crtc_state_dump()
A Dintel_crt.c438 if (pipe_config->bw_constrained && pipe_config->pipe_bpp < 24) { in hsw_crt_compute_config()
444 pipe_config->pipe_bpp = 24; in hsw_crt_compute_config()
A Dicl_dsi.c1577 pipe_config->pipe_bpp = bdw_get_pipemisc_bpp(crtc); in gen11_dsi_get_config()
1622 if (crtc_state->pipe_bpp < 8 * 3) in gen11_dsi_dsc_compute_config()
1689 pipe_config->pipe_bpp = 24; in gen11_dsi_compute_config()
1691 pipe_config->pipe_bpp = 18; in gen11_dsi_compute_config()
A Dvlv_dsi.c300 pipe_config->pipe_bpp = 24; in intel_dsi_compute_config()
302 pipe_config->pipe_bpp = 18; in intel_dsi_compute_config()
1133 pipe_config->pipe_bpp = bdw_get_pipemisc_bpp(crtc); in bxt_dsi_get_pipe_config()
A Dintel_panel.c611 if (DISPLAY_VER(dev_priv) < 4 && crtc_state->pipe_bpp == 18) in gmch_panel_fitting()
A Dintel_audio.c289 if (crtc_state->pipe_bpp == 36) { in audio_config_hdmi_get_n()
292 } else if (crtc_state->pipe_bpp == 30) { in audio_config_hdmi_get_n()
A Dintel_modeset_setup.c135 conn_state->max_bpc = (crtc_state->pipe_bpp ?: 24) / 3; in intel_modeset_update_connector_atomic_state()
A Dintel_vdsc.c471 vdsc_cfg->bits_per_component = pipe_config->pipe_bpp / 3; in intel_dsc_compute_params()
A Dintel_display_debugfs.c877 str_yes_no(crtc_state->dither), crtc_state->pipe_bpp); in intel_crtc_info()
1913 seq_printf(m, "Current: %u\n", crtc_state->pipe_bpp / 3); in i915_current_bpc_show()
A Dintel_display_types.h1141 int pipe_bpp; member
A Dintel_psr.c918 if (crtc_state->pipe_bpp > max_bpp) { in intel_psr2_config_valid()
921 crtc_state->pipe_bpp, max_bpp); in intel_psr2_config_valid()
A Dg4x_dp.c400 intel_edp_fixup_vbt_bpp(encoder, pipe_config->pipe_bpp); in intel_dp_get_config()
A Dintel_tv.c1212 pipe_config->pipe_bpp = 8*3; in intel_tv_compute_config()
A Dintel_bios.c3506 crtc_state->pipe_bpp = bpc * 3; in fill_dsc()
3508 crtc_state->dsc.compressed_bpp = min(crtc_state->pipe_bpp, in fill_dsc()
A Dintel_sdvo.c1353 pipe_config->pipe_bpp = 8*3; in intel_sdvo_compute_config()

Completed in 100 milliseconds