Lines Matching refs:ovadd
98 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()
636 ovadd |= mZOrderConfig; in flip()
639 ovadd |= 0x1; in flip()
642 ovadd |= (1 << 15); in flip()
645 mContext.ctx.ov_ctx.ovadd = ovadd; in flip()
648 mContext.ctx.ov_ctx.ovadd |= mPipeConfig; in flip()
654 mContext.ctx.ov_ctx.ovadd, in flip()
875 arg.plane.ctx = mContext.ctx.ov_ctx.ovadd; in flush()