Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c1188 int intel_dp_output_format_link_bpp_x16(enum intel_output_format output_format, int pipe_bpp) in intel_dp_output_format_link_bpp_x16() argument
1196 pipe_bpp /= 2; in intel_dp_output_format_link_bpp_x16()
1198 return fxp_q4_from_int(pipe_bpp); in intel_dp_output_format_link_bpp_x16()
1464 int pipe_bpp; in intel_dp_mode_valid() local
1470 pipe_bpp = intel_dp_dsc_compute_max_bpp(connector, U8_MAX); in intel_dp_mode_valid()
1493 output_format, pipe_bpp, in intel_dp_mode_valid()
1699 bpc = crtc_state->pipe_bpp / 3; in intel_dp_max_bpp()
1794 pipe_config->pipe_bpp = bpp; in intel_dp_compute_link_config_wide()
2191 int pipe_bpp, int max_bpp_x16) in align_max_compressed_bpp_x16() argument
2194 int link_bpp_x16 = intel_dp_output_format_link_bpp_x16(output_format, pipe_bpp); in align_max_compressed_bpp_x16()
[all …]
H A Dintel_lvds.c302 if (crtc_state->dither && crtc_state->pipe_bpp == 18) in intel_pre_enable_lvds()
447 if (lvds_bpp != crtc_state->pipe_bpp && !crtc_state->bw_constrained) { in intel_lvds_compute_config()
450 crtc_state->pipe_bpp, lvds_bpp); in intel_lvds_compute_config()
451 crtc_state->pipe_bpp = lvds_bpp; in intel_lvds_compute_config()
H A Dintel_display.c2974 if (crtc_state->dither && crtc_state->pipe_bpp != 30) in i9xx_set_pipeconf()
2978 switch (crtc_state->pipe_bpp) { in i9xx_set_pipeconf()
2981 MISSING_CASE(crtc_state->pipe_bpp); in i9xx_set_pipeconf()
3074 pipe_config->pipe_bpp = 18; in i9xx_get_pipe_config()
3077 pipe_config->pipe_bpp = 24; in i9xx_get_pipe_config()
3080 pipe_config->pipe_bpp = 30; in i9xx_get_pipe_config()
3166 switch (crtc_state->pipe_bpp) { in ilk_set_pipeconf()
3169 MISSING_CASE(crtc_state->pipe_bpp); in ilk_set_pipeconf()
3254 switch (crtc_state->pipe_bpp) { in bdw_set_pipe_misc()
3270 MISSING_CASE(crtc_state->pipe_bpp); in bdw_set_pipe_misc()
[all …]
H A Dintel_dp_mst.c431 crtc_state->pipe_bpp = fxp_q4_to_int(bpp_x16); in intel_dp_mtp_tu_compute_config()
467 crtc_state->pipe_bpp = limits->pipe.max_bpp; in mst_stream_dsc_compute_link_config()
1492 int pipe_bpp = intel_dp_dsc_compute_max_bpp(connector, U8_MAX); in mst_connector_mode_valid_ctx() local
1501 INTEL_OUTPUT_FORMAT_RGB, pipe_bpp, in mst_connector_mode_valid_ctx()
H A Dicl_dsi.c1579 pipe_config->pipe_bpp = bdw_get_pipe_misc_bpp(crtc); in gen11_dsi_get_config()
1624 if (crtc_state->pipe_bpp < 8 * 3) in gen11_dsi_dsc_compute_config()
1691 pipe_config->pipe_bpp = 24; in gen11_dsi_compute_config()
1693 pipe_config->pipe_bpp = 18; in gen11_dsi_compute_config()
H A Dintel_crt.c458 if (crtc_state->bw_constrained && crtc_state->pipe_bpp < 24) { in hsw_crt_compute_config()
464 crtc_state->pipe_bpp = 24; in hsw_crt_compute_config()
H A Dvlv_dsi.c299 pipe_config->pipe_bpp = 24; in intel_dsi_compute_config()
301 pipe_config->pipe_bpp = 18; in intel_dsi_compute_config()
1043 pipe_config->pipe_bpp = bdw_get_pipe_misc_bpp(crtc); in bxt_dsi_get_pipe_config()
H A Dintel_tv.c1217 pipe_config->pipe_bpp = 8*3; in intel_tv_compute_config()
H A Dintel_bios.c3567 crtc_state->pipe_bpp = bpc * 3; in fill_dsc()
3569 crtc_state->dsc.compressed_bpp_x16 = fxp_q4_from_int(min(crtc_state->pipe_bpp, in fill_dsc()
H A Dintel_sdvo.c1376 pipe_config->pipe_bpp = 8*3; in intel_sdvo_compute_config()