Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_lvds.c424 unsigned int lvds_bpp; in intel_lvds_compute_config() local
434 lvds_bpp = 8*3; in intel_lvds_compute_config()
436 lvds_bpp = 6*3; in intel_lvds_compute_config()
438 if (lvds_bpp != crtc_state->pipe_bpp && !crtc_state->bw_constrained) { in intel_lvds_compute_config()
441 crtc_state->pipe_bpp, lvds_bpp); in intel_lvds_compute_config()
442 crtc_state->pipe_bpp = lvds_bpp; in intel_lvds_compute_config()