Lines Matching refs:myPipe

90 		Pipe *myPipe,
643 Pipe *myPipe,
733 if (myPipe->ScalerEnabled)
738 DPPCycles = DPPCycles + DPPCLKDelayCNVCFormater + myPipe->NumberOfCursors * DPPCLKDelayCNVCCursor;
742 if (myPipe->DPPCLK == 0.0 || myPipe->DISPCLK == 0.0)
745 *DSTXAfterScaler = DPPCycles * myPipe->PixelClock / myPipe->DPPCLK
746 + DISPCLKCycles * myPipe->PixelClock / myPipe->DISPCLK + DSCDelay;
748 if (myPipe->DPPPerPlane > 1)
751 if (OutputFormat == dm_420 || (myPipe->InterlaceEnable && ProgressiveToInterlaceUnitInOPP))
756 DSTTotalPixelsAfterScaler = ((double) (*DSTYAfterScaler * myPipe->HTotal)) + *DSTXAfterScaler;
757 *DSTYAfterScaler = dml_floor(DSTTotalPixelsAfterScaler / myPipe->HTotal, 1);
758 *DSTXAfterScaler = DSTTotalPixelsAfterScaler - ((double) (*DSTYAfterScaler * myPipe->HTotal));
760 *VUpdateOffsetPix = dml_ceil(myPipe->HTotal / 4.0, 1);
761 TotalRepeaterDelayTime = MaxInterDCNTileRepeaters * (2.0 / myPipe->DPPCLK + 3.0 / myPipe->DISPCLK);
762 *VUpdateWidthPix = (14.0 / myPipe->DCFCLKDeepSleep + 12.0 / myPipe->DPPCLK + TotalRepeaterDelayTime)
763 * myPipe->PixelClock;
766 150.0 / myPipe->DPPCLK,
767 TotalRepeaterDelayTime + 20.0 / myPipe->DCFCLKDeepSleep + 10.0 / myPipe->DPPCLK)
768 * myPipe->PixelClock;
770 Tsetup = (double) (*VUpdateOffsetPix + *VUpdateWidthPix + *VReadyOffsetPix) / myPipe->PixelClock;
772 LineTime = (double) myPipe->HTotal / myPipe->PixelClock;
778 Tdmbf = DynamicMetadataTransmittedBytes / 4.0 / myPipe->DISPCLK;
781 Tdmsks = myPipe->VBlank * LineTime / 2.0;
784 if (myPipe->InterlaceEnable && !ProgressiveToInterlaceUnitInOPP)
808 - (*DSTYAfterScaler + *DSTXAfterScaler / myPipe->HTotal);
812 if (myPipe->SourceScan == dm_horz) {
813 *swath_width_luma_ub = dml_ceil(SwathWidthY - 1, myPipe->BlockWidth256BytesY) + myPipe->BlockWidth256BytesY;
814 *swath_width_chroma_ub = dml_ceil(SwathWidthY / 2 - 1, myPipe->BlockWidth256BytesC) + myPipe->BlockWidth256BytesC;
816 *swath_width_luma_ub = dml_ceil(SwathWidthY - 1, myPipe->BlockHeight256BytesY) + myPipe->BlockHeight256BytesY;
817 *swath_width_chroma_ub = dml_ceil(SwathWidthY / 2 - 1, myPipe->BlockHeight256BytesC) + myPipe->BlockHeight256BytesC;
858 dml_print("DML: HTotal: %d\n", myPipe->HTotal);
1000 *RequiredPrefetchPixDataBWLuma = myPipe->DPPPerPlane
1004 *RequiredPrefetchPixDataBWChroma = myPipe->DPPPerPlane
2110 Pipe myPipe;
2140 myPipe.DPPCLK = locals->DPPCLK[k];
2141 myPipe.DISPCLK = mode_lib->vba.DISPCLK;
2142 myPipe.PixelClock = mode_lib->vba.PixelClock[k];
2143 myPipe.DCFCLKDeepSleep = mode_lib->vba.DCFCLKDeepSleep;
2144 myPipe.DPPPerPlane = mode_lib->vba.DPPPerPlane[k];
2145 myPipe.ScalerEnabled = mode_lib->vba.ScalerEnabled[k];
2146 myPipe.SourceScan = mode_lib->vba.SourceScan[k];
2147 myPipe.BlockWidth256BytesY = locals->BlockWidth256BytesY[k];
2148 myPipe.BlockHeight256BytesY = locals->BlockHeight256BytesY[k];
2149 myPipe.BlockWidth256BytesC = locals->BlockWidth256BytesC[k];
2150 myPipe.BlockHeight256BytesC = locals->BlockHeight256BytesC[k];
2151 myPipe.InterlaceEnable = mode_lib->vba.Interlace[k];
2152 myPipe.NumberOfCursors = mode_lib->vba.NumberOfCursors[k];
2153 myPipe.VBlank = mode_lib->vba.VTotal[k] - mode_lib->vba.VActive[k];
2154 myPipe.HTotal = mode_lib->vba.HTotal[k];
2166 &myPipe,
4678 Pipe myPipe;
4705 myPipe.DPPCLK = locals->RequiredDPPCLK[i][j][k];
4706 myPipe.DISPCLK = locals->RequiredDISPCLK[i][j];
4707 myPipe.PixelClock = mode_lib->vba.PixelClock[k];
4708 myPipe.DCFCLKDeepSleep = mode_lib->vba.ProjectedDCFCLKDeepSleep[0][0];
4709 myPipe.DPPPerPlane = locals->NoOfDPP[i][j][k];
4710 myPipe.ScalerEnabled = mode_lib->vba.ScalerEnabled[k];
4711 myPipe.SourceScan = mode_lib->vba.SourceScan[k];
4712 myPipe.BlockWidth256BytesY = locals->Read256BlockWidthY[k];
4713 myPipe.BlockHeight256BytesY = locals->Read256BlockHeightY[k];
4714 myPipe.BlockWidth256BytesC = locals->Read256BlockWidthC[k];
4715 myPipe.BlockHeight256BytesC = locals->Read256BlockHeightC[k];
4716 myPipe.InterlaceEnable = mode_lib->vba.Interlace[k];
4717 myPipe.NumberOfCursors = mode_lib->vba.NumberOfCursors[k];
4718 myPipe.VBlank = mode_lib->vba.VTotal[k] - mode_lib->vba.VActive[k];
4719 myPipe.HTotal = mode_lib->vba.HTotal[k];
4731 &myPipe,