Home
last modified time | relevance | path

Searched refs:PPP_OP_BLEND_ON (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/msm/
Dmdp_ppp.c179 regs->op |= PPP_OP_ROT_ON | PPP_OP_BLEND_ON | in blit_blend()
186 regs->op |= PPP_OP_ROT_ON | PPP_OP_BLEND_ON | in blit_blend()
194 regs->op |= PPP_OP_ROT_ON | PPP_OP_BLEND_ON | in blit_blend()
198 regs->op |= PPP_OP_ROT_ON | PPP_OP_BLEND_ON | in blit_blend()
633 if (regs->op & PPP_OP_BLEND_ON) { in send_blit()
Dmdp_hw.h336 #define PPP_OP_BLEND_ON (1<<12) macro