Home
last modified time | relevance | path

Searched refs:MDP_RGB_565 (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dmsm_mdp.h24 MDP_RGB_565, /* RGB 565 planar */ enumerator
/linux-4.1.27/drivers/video/fbdev/msm/
Dmdp_hw.h523 [MDP_RGB_565] = PPP_##name##_MDP_RGB_565,\
537 [MDP_RGB_565] = PPP_##name##_MDP_RGB_565(dir),\
553 #define IS_RGB(img) ((img == MDP_RGB_565) | (img == MDP_RGB_888) | \
Dmdp_ppp.c66 [MDP_RGB_565] = 2,
138 if (req->dst.format == MDP_RGB_565) in blit_convert()
148 if (req->src.format == MDP_RGB_565) { in transp_convert()