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

Commit b5601201 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/sde: fix feature enable check for CWB support" into dev/msm-4.14-display

parents 4f40fe53 1dc0d85d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -580,7 +580,7 @@ static void _sde_enc_phys_wb_detect_cwb(struct sde_encoder_phys *phys_enc,
	phys_enc->in_clone_mode = false;

	/* Check if WB has CWB support */
	if (!(wb_cfg->features & SDE_WB_HAS_CWB))
	if (!(wb_cfg->features & BIT(SDE_WB_HAS_CWB)))
		return;

	/* Count the number of connectors on the given crtc */