Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Dintel_hdmi.c1253 int desired_bpp; in intel_hdmi_compute_config() local
1292 desired_bpp = 12*3; in intel_hdmi_compute_config()
1298 desired_bpp = 8*3; in intel_hdmi_compute_config()
1304 DRM_DEBUG_KMS("forcing pipe bpc to %i for HDMI\n", desired_bpp); in intel_hdmi_compute_config()
1305 pipe_config->pipe_bpp = desired_bpp; in intel_hdmi_compute_config()