Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/ips/anniedale/
DAnnOverlayPlane.cpp98 if (mContext.ctx.ov_ctx.ovadd & (0x1 << 15)) in enable()
101 mContext.ctx.ov_ctx.ovadd |= (0x1 << 15); in enable()
113 if (!(mContext.ctx.ov_ctx.ovadd & (0x1 << 15))) in disable()
116 mContext.ctx.ov_ctx.ovadd &= ~(0x1 << 15); in disable()
118 mContext.ctx.ov_ctx.ovadd &= ~(0x300); in disable()
120 mContext.ctx.ov_ctx.ovadd |= mPipeConfig; in disable()
616 uint32_t ovadd = 0; in flip() local
626 ovadd = (mBackBuffer[mCurrent]->gttOffsetInPage << 12); in flip()
631 ovadd |= (1 << 12); in flip()
632 ovadd |= mRotationConfig; in flip()
[all …]