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

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

Merge "msm: mdss: Fix the fetch order of RGB_565_UBWC format"

parents 0fcba36d 36bcf628
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ static struct mdss_mdp_format_params_ubwc mdss_mdp_format_ubwc_map[] = {
	{
		.mdp_format = FMT_RGB_565(MDP_RGB_565_UBWC,
			MDSS_MDP_FETCH_UBWC, VALID_ROT_WB_FORMAT,
			C1_B_Cb, C0_G_Y, C2_R_Cr),
			C2_R_Cr, C0_G_Y, C1_B_Cb),
		.micro = {
			.tile_height = 4,
			.tile_width = 16,