From 3e28d1359568bfd1e5f752f40d206da64208fd0e Mon Sep 17 00:00:00 2001 From: Dhaval Patel Date: Mon, 13 Apr 2015 12:19:20 -0700 Subject: msm: mdss: add RGBX UBWC format support in mdss for msm8996 MDSS hardware on msm8996 target supports RGBX UBWC format because it handles the RGBA and RGBX formats in same manner. This change adds the RGBX UBWC format support with compression ratio information. Change-Id: I674d136496910e017d4c21d56b62def7eff0562e Signed-off-by: Dhaval Patel --- include/uapi/linux/msm_mdp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/uapi/linux/msm_mdp.h b/include/uapi/linux/msm_mdp.h index 2a7ab5158f27..697fd39ea826 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -174,6 +174,7 @@ enum { MDP_RGB_565_UBWC, MDP_RGBA_8888_UBWC, MDP_Y_CBCR_H2V2_UBWC, + MDP_RGBX_8888_UBWC, MDP_IMGTYPE_LIMIT, MDP_RGB_BORDERFILL, /* border fill pipe */ MDP_FB_FORMAT = MDP_IMGTYPE2_START, /* framebuffer format */ -- cgit v1.2.3