Searched defs:ovadd (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnOverlayPlane.cpp90 if (mContext.ctx.ov_ctx.ovadd & (0x1 << 15))
93 mContext.ctx.ov_ctx.ovadd |= (0x1 << 15);
105 if (!(mContext.ctx.ov_ctx.ovadd & (0x1 << 15)))
108 mContext.ctx.ov_ctx.ovadd &= ~(0x1 << 15);
110 mContext.ctx.ov_ctx.ovadd &= ~(0x300);
112 mContext.ctx.ov_ctx.ovadd |= mPipeConfig;
564 uint32_t ovadd = 0; local
574 ovadd = (mBackBuffer[mCurrent]->gttOffsetInPage << 12);
580 ovadd |= (1 << 12);
581 ovadd |
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DAnnOverlayPlane.cpp98 if (mContext.ctx.ov_ctx.ovadd & (0x1 << 15))
101 mContext.ctx.ov_ctx.ovadd |= (0x1 << 15);
113 if (!(mContext.ctx.ov_ctx.ovadd & (0x1 << 15)))
116 mContext.ctx.ov_ctx.ovadd &= ~(0x1 << 15);
118 mContext.ctx.ov_ctx.ovadd &= ~(0x300);
120 mContext.ctx.ov_ctx.ovadd |= mPipeConfig;
632 uint32_t ovadd = 0; local
642 ovadd = (mBackBuffer[mCurrent]->gttOffsetInPage << 12);
647 ovadd |= (1 << 12);
648 ovadd |
[all...]

Completed in 165 milliseconds