Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 486346
Collapse All | Expand All

(-)a/drivers/gpu/drm/i915/intel_tv.c (+8 lines)
Lines 918-923 intel_tv_compute_config(struct intel_enc Link Here
918
	DRM_DEBUG_KMS("forcing bpc to 8 for TV\n");
918
	DRM_DEBUG_KMS("forcing bpc to 8 for TV\n");
919
	pipe_config->pipe_bpp = 8*3;
919
	pipe_config->pipe_bpp = 8*3;
920
920
921
	/* TV has it's own notion of sync and other mode flags, so clear them. */
922
	pipe_config->adjusted_mode.flags = 0;
923
924
	/*
925
	 * FIXME: We don't check whether the input mode is actually what we want
926
	 * or whether userspace is doing something stupid.
927
	 */
928
921
	return true;
929
	return true;
922
}
930
}
923
931

Return to bug 486346