Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_lvds.c296 if (pipe_config->dither && pipe_config->pipe_bpp == 18) in intel_pre_enable_lvds()
415 if (lvds_bpp != pipe_config->pipe_bpp && !pipe_config->bw_constrained) { in intel_lvds_compute_config()
417 pipe_config->pipe_bpp, lvds_bpp); in intel_lvds_compute_config()
418 pipe_config->pipe_bpp = lvds_bpp; in intel_lvds_compute_config()
H A Dintel_dp_mst.c66 crtc_state->pipe_bpp = bpp; in intel_dp_mst_compute_link_config()
69 crtc_state->pipe_bpp, in intel_dp_mst_compute_link_config()
85 intel_link_compute_m_n(crtc_state->pipe_bpp, in intel_dp_mst_compute_link_config()
191 limits.max_bpp = min(pipe_config->pipe_bpp, 24); in intel_dp_mst_compute_config()
H A Dintel_hdmi.c936 static bool gcp_default_phase_possible(int pipe_bpp, in gcp_default_phase_possible() argument
941 switch (pipe_bpp) { in gcp_default_phase_possible()
1031 if (crtc_state->pipe_bpp > 24) in intel_hdmi_compute_gcp_infoframe()
1035 if (gcp_default_phase_possible(crtc_state->pipe_bpp, in intel_hdmi_compute_gcp_infoframe()
1760 if (crtc_state->pipe_bpp > 24) in intel_hdmi_prepare()
1930 if (pipe_config->pipe_bpp > 24 && in ibx_enable_hdmi()
1976 if (pipe_config->pipe_bpp > 24) { in cpt_enable_hdmi()
1988 if (pipe_config->pipe_bpp > 24) { in cpt_enable_hdmi()
2233 if (crtc_state->pipe_bpp < bpc * 3) in hdmi_deep_color_possible()
2365 if (crtc_state->pipe_bpp > bpc * 3) in intel_hdmi_compute_clock()
[all …]
H A Dintel_dp.c1938 bpp = pipe_config->pipe_bpp; in intel_dp_compute_bpp()
2032 pipe_config->pipe_bpp = bpp; in intel_dp_compute_link_config_wide()
2125 int pipe_bpp; in intel_dp_dsc_compute_config() local
2141 pipe_bpp = intel_dp_dsc_compute_bpp(intel_dp, dsc_max_bpc); in intel_dp_dsc_compute_config()
2144 if (pipe_bpp < 8 * 3) { in intel_dp_dsc_compute_config()
2154 pipe_config->pipe_bpp = pipe_bpp; in intel_dp_dsc_compute_config()
2161 pipe_config->pipe_bpp); in intel_dp_dsc_compute_config()
2185 pipe_config->pipe_bpp); in intel_dp_dsc_compute_config()
2206 pipe_config->pipe_bpp, in intel_dp_dsc_compute_config()
2214 pipe_config->pipe_bpp, in intel_dp_dsc_compute_config()
[all …]
H A Dintel_ddi.c1536 else if (pipe_config->has_hdmi_sink && pipe_config->pipe_bpp > 24) in ddi_dotclock_get()
1537 dotclock = pipe_config->port_clock * 24 / pipe_config->pipe_bpp; in ddi_dotclock_get()
1776 switch (crtc_state->pipe_bpp) { in intel_ddi_set_dp_msa()
1790 MISSING_CASE(crtc_state->pipe_bpp); in intel_ddi_set_dp_msa()
1845 switch (crtc_state->pipe_bpp) { in intel_ddi_transcoder_func_reg_val_get()
4295 pipe_config->pipe_bpp = 18; in intel_ddi_get_config()
4298 pipe_config->pipe_bpp = 24; in intel_ddi_get_config()
4301 pipe_config->pipe_bpp = 30; in intel_ddi_get_config()
4304 pipe_config->pipe_bpp = 36; in intel_ddi_get_config()
4380 pipe_config->pipe_bpp > dev_priv->vbt.edp.bpp) { in intel_ddi_get_config()
[all …]
H A Dicl_dsi.c1335 pipe_config->pipe_bpp = bdw_get_pipemisc_bpp(crtc); in gen11_dsi_get_config()
1351 if (crtc_state->pipe_bpp < 8 * 3) in gen11_dsi_dsc_compute_config()
1406 pipe_config->pipe_bpp = 24; in gen11_dsi_compute_config()
1408 pipe_config->pipe_bpp = 18; in gen11_dsi_compute_config()
H A Dintel_crt.c421 if (pipe_config->bw_constrained && pipe_config->pipe_bpp < 24) { in hsw_crt_compute_config()
426 pipe_config->pipe_bpp = 24; in hsw_crt_compute_config()
H A Dintel_audio.c269 if (crtc_state->pipe_bpp == 36) { in audio_config_hdmi_get_n()
272 } else if (crtc_state->pipe_bpp == 30) { in audio_config_hdmi_get_n()
H A Dvlv_dsi.c294 pipe_config->pipe_bpp = 24; in intel_dsi_compute_config()
296 pipe_config->pipe_bpp = 18; in intel_dsi_compute_config()
1067 pipe_config->pipe_bpp = bdw_get_pipemisc_bpp(crtc); in bxt_dsi_get_pipe_config()
H A Dintel_display.c7732 pipe_config->pipe_bpp); in ilk_fdi_compute_config()
7736 intel_link_compute_m_n(pipe_config->pipe_bpp, lane, fdi_dotclock, in ilk_fdi_compute_config()
7743 if (ret == -EINVAL && pipe_config->pipe_bpp > 6*3) { in ilk_fdi_compute_config()
7744 pipe_config->pipe_bpp -= 2*3; in ilk_fdi_compute_config()
7746 pipe_config->pipe_bpp); in ilk_fdi_compute_config()
7771 if (crtc_state->pipe_bpp > 24) in hsw_crtc_state_ips_capable()
8791 if (crtc_state->dither && crtc_state->pipe_bpp != 30) in i9xx_set_pipeconf()
8795 switch (crtc_state->pipe_bpp) { in i9xx_set_pipeconf()
9267 pipe_config->pipe_bpp = 18; in i9xx_get_pipe_config()
9270 pipe_config->pipe_bpp = 24; in i9xx_get_pipe_config()
[all …]
H A Dintel_psr.c662 if (crtc_state->pipe_bpp > max_bpp) { in intel_psr2_config_valid()
664 crtc_state->pipe_bpp, max_bpp); in intel_psr2_config_valid()
H A Dintel_display_types.h922 int pipe_bpp; member
H A Dintel_vdsc.c407 vdsc_cfg->bits_per_component = pipe_config->pipe_bpp / 3; in intel_dsc_compute_params()
H A Dintel_bios.c2441 crtc_state->pipe_bpp = bpc * 3; in fill_dsc()
2443 crtc_state->dsc.compressed_bpp = min(crtc_state->pipe_bpp, in fill_dsc()
H A Dintel_tv.c1209 pipe_config->pipe_bpp = 8*3; in intel_tv_compute_config()
H A Dintel_panel.c448 if (INTEL_GEN(dev_priv) < 4 && pipe_config->pipe_bpp == 18) in intel_gmch_panel_fitting()
H A Dintel_sdvo.c1288 pipe_config->pipe_bpp = 8*3; in intel_sdvo_compute_config()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_debugfs.c2648 yesno(crtc_state->dither), crtc_state->pipe_bpp); in intel_crtc_info()