From ed9f6704b4a6073b8525c8c438e4fbd9a1dd1086 Mon Sep 17 00:00:00 2001 From: Omprakash Dhyade Date: Thu, 20 Jan 2011 10:49:33 -0800 Subject: Update msm_mdp.h Update msm_mdp.h as kernel msm_mdp.h has been updated. Change-Id: I3270e9c0ade666c098451d351b5e6cb11c6b178d --- libc/kernel/common/linux/msm_mdp.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libc/kernel/common/linux/msm_mdp.h b/libc/kernel/common/linux/msm_mdp.h index 219e76e..94e1c6c 100644 --- a/libc/kernel/common/linux/msm_mdp.h +++ b/libc/kernel/common/linux/msm_mdp.h @@ -55,6 +55,8 @@ enum { MDP_RGBX_8888, MDP_Y_CRCB_H2V2_TILE, MDP_Y_CBCR_H2V2_TILE, + MDP_Y_CR_CB_H2V2, + MDP_Y_CB_CR_H2V2, MDP_IMGTYPE_LIMIT, MDP_BGR_565 = MDP_IMGTYPE2_START, MDP_FB_FORMAT, @@ -86,6 +88,8 @@ enum { #define MDP_BLIT_DST_GEM 0x02000000 #define MDP_BLIT_NON_CACHED 0x01000000 #define MDP_OV_PIPE_SHARE 0x00800000 +#define MDP_DEINTERLACE_ODD 0x00400000 +#define MDP_OV_PLAY_NOWAIT 0x00200000 #define MDP_TRANSP_NOP 0xffffffff #define MDP_ALPHA_NOP 0xff @@ -200,3 +204,4 @@ struct mdp_page_protection { }; #endif + -- cgit v1.1