Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f227ae9e authored by Sonika Jindal's avatar Sonika Jindal Committed by Daniel Vetter
Browse files

drm/i915: Avoid incorrect returning for some platforms

parent 3abfce77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -882,7 +882,7 @@ static bool hdmi_12bpc_possible(struct intel_crtc *crtc)
	struct intel_encoder *encoder;
	int count = 0, count_hdmi = 0;

	if (!HAS_PCH_SPLIT(dev))
	if (HAS_GMCH_DISPLAY(dev))
		return false;

	list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.head) {