Lines Matching refs:mDpy

49 IFBUpdate::IFBUpdate(hwc_context_t *ctx, const int& dpy) : mDpy(dpy) {  in IFBUpdate()
51 uint32_t xres = ctx->dpyAttr[mDpy].xres; in IFBUpdate()
52 uint32_t yres = ctx->dpyAttr[mDpy].yres; in IFBUpdate()
56 xres = ctx->dpyAttr[mDpy].xres_new; in IFBUpdate()
57 yres = ctx->dpyAttr[mDpy].yres_new; in IFBUpdate()
76 ctx->mOverlay->validateAndSet(mDpy, ctx->dpyAttr[mDpy].fd); in prepareAndValidate()
98 if(mDpy && (extOrient & HWC_TRANSFORM_ROT_90)) { in preRotateExtDisplay()
101 ctx->mLayerRotMap[mDpy]->add(layer, mRot); in preRotateExtDisplay()
105 sourceCrop = getIntersection(sourceCrop, ctx->mViewFrame[mDpy]); in preRotateExtDisplay()
135 int extOnlyLayerIndex = ctx->listStats[mDpy].extOnlyLayerIndex; in configure()
150 pipeSpecs.dpy = mDpy; in configure()
157 __FUNCTION__, mDpy); in configure()
162 if((mDpy && ctx->deviceOrientation) && in configure()
163 ctx->listStats[mDpy].isDisplayAnimating) { in configure()
176 if(!ctx->dpyAttr[mDpy].customFBSize && !ctx->mBufferMirrorMode in configure()
194 if(ctx->listStats[mDpy].isDisplayAnimating && mDpy) { in configure()
196 } else if((!mDpy || in configure()
197 (mDpy && !extOrient in configure()
198 && !ctx->dpyAttr[mDpy].mDownScaleMode)) in configure()
201 !ctx->dpyAttr[mDpy].customFBSize) { in configure()
206 calcExtDisplayPosition(ctx, NULL, mDpy, sourceCrop, displayFrame, in configure()
209 ctx->dpyAttr[mDpy].mDstRect = displayFrame; in configure()
229 ALOGE("%s: configMdp failed for dpy %d", __FUNCTION__, mDpy); in configure()
289 int extOnlyLayerIndex = ctx->listStats[mDpy].extOnlyLayerIndex; in configure()
303 const int hw_w = ctx->dpyAttr[mDpy].xres; in configure()
304 const int hw_h = ctx->dpyAttr[mDpy].yres; in configure()
305 const int lSplit = getLeftSplit(ctx, mDpy); in configure()
316 pipeSpecs.dpy = mDpy; in configure()
325 " mixer", __FUNCTION__, mDpy); in configure()
359 " right mixer", __FUNCTION__, mDpy); in configure()
406 __FUNCTION__, mDpy); in draw()
413 __FUNCTION__, mDpy); in draw()
427 int extOnlyLayerIndex = ctx->listStats[mDpy].extOnlyLayerIndex; in configure()
464 pipeSpecs.dpy = mDpy; in configure()
470 " mixer", __FUNCTION__, mDpy); in configure()
482 bool primarySplitAlways = (mDpy == HWC_DISPLAY_PRIMARY) and in configure()
491 " mixer", __FUNCTION__, mDpy); in configure()