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

Commit 36bcf628 authored by Sushil Chauhan's avatar Sushil Chauhan
Browse files

msm: mdss: Fix the fetch order of RGB_565_UBWC format



The fetch order of MDP_RGB_565_UBWC format should be RGB.

Change-Id: Ifc58e4c04598fd3046943d7444f067d9f7476a42
Signed-off-by: default avatarSushil Chauhan <sushilchauhan@codeaurora.org>
parent 1fabae78
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,