Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6659 → Rev 6660

/drivers/video/drm/i915/intel_crt.c
248,8 → 248,14
pipe_config->has_pch_encoder = true;
 
/* LPT FDI RX only supports 8bpc. */
if (HAS_PCH_LPT(dev))
if (HAS_PCH_LPT(dev)) {
if (pipe_config->bw_constrained && pipe_config->pipe_bpp < 24) {
DRM_DEBUG_KMS("LPT only supports 24bpp\n");
return false;
}
 
pipe_config->pipe_bpp = 24;
}
 
/* FDI must always be 2.7 GHz */
if (HAS_DDI(dev)) {