Home | History | Annotate | Download | only in anniedale

Lines Matching refs:ovadd

135     if (mContext.ctx.ov_ctx.ovadd & (0x1 << 15))
138 mContext.ctx.ov_ctx.ovadd |= (0x1 << 15);
150 if (!(mContext.ctx.ov_ctx.ovadd & (0x1 << 15)))
153 mContext.ctx.ov_ctx.ovadd &= ~(0x1 << 15);
155 mContext.ctx.ov_ctx.ovadd &= ~(0x300);
157 mContext.ctx.ov_ctx.ovadd |= mPipeConfig;
639 uint32_t ovadd = 0;
657 ovadd = (mBackBuffer[mCurrent]->gttOffsetInPage << 12);
661 ovadd |= (1 << 12);
662 ovadd |= mRotationConfig;
666 ovadd |= mZOrderConfig;
669 ovadd |= 0x1;
672 ovadd |= (1 << 15);
675 mContext.ctx.ov_ctx.ovadd = ovadd;
678 mContext.ctx.ov_ctx.ovadd |= mPipeConfig;
683 VLOGTRACE("ovadd = %#x, index = %d, device = %d",
684 mContext.ctx.ov_ctx.ovadd,
899 arg.plane.ctx = mContext.ctx.ov_ctx.ovadd;