Commit 7520803b authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Dmitry Baryshkov
Browse files

drm/msm/dpu: Add handling of LM_6 and LM_7 bits in pending flush mask

parent a5539d0f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -261,6 +261,12 @@ static void dpu_hw_ctl_update_pending_flush_mixer(struct dpu_hw_ctl *ctx,
	case LM_5:
		ctx->pending_flush_mask |= BIT(20);
		break;
	case LM_6:
		ctx->pending_flush_mask |= BIT(21);
		break;
	case LM_7:
		ctx->pending_flush_mask |= BIT(27);
		break;
	default:
		break;
	}