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

Commit dee11731 authored by Dhaval Patel's avatar Dhaval Patel
Browse files

msm: mdp: add UBWC formats in MDP supported format list



Add UBWC formats in MDP supported format list. This
allows clients to query the format for all targets.

Change-Id: Ibb2cbd513ee7ed77e1fb2550516e74102a1006c5
Signed-off-by: default avatarDhaval Patel <pdhaval@codeaurora.org>
parent 5a229196
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -161,6 +161,9 @@ enum {
	MDP_RGBA_5551,	/*RGBA 5551*/
	MDP_ARGB_4444,	/*ARGB 4444*/
	MDP_RGBA_4444,	/*RGBA 4444*/
	MDP_RGB_565_UBWC,
	MDP_RGBA_8888_UBWC,
	MDP_Y_CBCR_H2V2_UBWC,
	MDP_IMGTYPE_LIMIT,
	MDP_RGB_BORDERFILL,	/* border fill pipe */
	MDP_FB_FORMAT = MDP_IMGTYPE2_START,    /* framebuffer format */