Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_hdmi.c1700 int desired_bpp; in intel_hdmi_compute_config() local
1757 desired_bpp = 12*3; in intel_hdmi_compute_config()
1765 desired_bpp = 10 * 3; in intel_hdmi_compute_config()
1771 desired_bpp = 8*3; in intel_hdmi_compute_config()
1777 DRM_DEBUG_KMS("forcing pipe bpp to %i for HDMI\n", desired_bpp); in intel_hdmi_compute_config()
1778 pipe_config->pipe_bpp = desired_bpp; in intel_hdmi_compute_config()