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

Commit 8f23d6fd 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: enable constant color for UBWC 3.0" into msm-4.14

parents 881377ee 4a894573
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -342,6 +342,10 @@ static void sde_hw_sspp_setup_format(struct sde_hw_pipe *ctx,
			SDE_REG_WRITE(c, SSPP_UBWC_STATIC_CTRL,
				alpha_en_mask | (ctx->mdp->ubwc_swizzle) |
				(ctx->mdp->highest_bank_bit << 4));
		} else if (IS_UBWC_30_SUPPORTED(ctx->catalog->ubwc_version)) {
			SDE_REG_WRITE(c, SSPP_UBWC_STATIC_CTRL,
				BIT(30) | (ctx->mdp->ubwc_swizzle) |
				(ctx->mdp->highest_bank_bit << 4));
		}
	}