Subversion Repositories Kolibri OS

Rev

Rev 6084 | Rev 6935 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6084 Rev 6660
Line 246... Line 246...
246
 
246
 
247
	if (HAS_PCH_SPLIT(dev))
247
	if (HAS_PCH_SPLIT(dev))
Line 248... Line 248...
248
		pipe_config->has_pch_encoder = true;
248
		pipe_config->has_pch_encoder = true;
249
 
249
 
-
 
250
	/* LPT FDI RX only supports 8bpc. */
-
 
251
	if (HAS_PCH_LPT(dev)) {
-
 
252
		if (pipe_config->bw_constrained && pipe_config->pipe_bpp < 24) {
-
 
253
			DRM_DEBUG_KMS("LPT only supports 24bpp\n");
-
 
254
			return false;
250
	/* LPT FDI RX only supports 8bpc. */
255
		}
-
 
256
 
Line 251... Line 257...
251
	if (HAS_PCH_LPT(dev))
257
		pipe_config->pipe_bpp = 24;
252
		pipe_config->pipe_bpp = 24;
258
	}
253
 
259
 
254
	/* FDI must always be 2.7 GHz */
260
	/* FDI must always be 2.7 GHz */