Home | History | Annotate | Download | only in anniedale

Lines Matching refs:ovadd

90     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;
574 ovadd = (mBackBuffer[mCurrent]->gttOffsetInPage << 12);
580 ovadd |= (1 << 12);
581 ovadd |= mRotationConfig;
585 ovadd |= mZOrderConfig;
588 ovadd |= 0x1;
591 ovadd |= (1 << 15);
594 mContext.ctx.ov_ctx.ovadd = ovadd;
597 mContext.ctx.ov_ctx.ovadd |= mPipeConfig;
602 VTRACE("ovadd = %#x, index = %d, device = %d",
603 mContext.ctx.ov_ctx.ovadd,
817 arg.plane.ctx = mContext.ctx.ov_ctx.ovadd;