Lines Matching refs:mDpy
47 IFBUpdate::IFBUpdate(hwc_context_t *ctx, const int& dpy) : mDpy(dpy) { in IFBUpdate()
49 uint32_t xres = ctx->dpyAttr[mDpy].xres; in IFBUpdate()
50 uint32_t yres = ctx->dpyAttr[mDpy].yres; in IFBUpdate()
54 xres = ctx->dpyAttr[mDpy].xres_new; in IFBUpdate()
55 yres = ctx->dpyAttr[mDpy].yres_new; in IFBUpdate()
74 ctx->mOverlay->validateAndSet(mDpy, ctx->dpyAttr[mDpy].fd); in prepareAndValidate()
96 if(mDpy && (extOrient & HWC_TRANSFORM_ROT_90)) { in preRotateExtDisplay()
99 ctx->mLayerRotMap[mDpy]->add(layer, mRot); in preRotateExtDisplay()
103 sourceCrop = getIntersection(sourceCrop, ctx->mViewFrame[mDpy]); in preRotateExtDisplay()
143 pipeSpecs.dpy = mDpy; in configure()
150 __FUNCTION__, mDpy); in configure()
155 if((mDpy && ctx->deviceOrientation) && in configure()
156 ctx->listStats[mDpy].isDisplayAnimating) { in configure()
170 if(!ctx->dpyAttr[mDpy].customFBSize && !ctx->mBufferMirrorMode in configure()
188 if(ctx->listStats[mDpy].isDisplayAnimating && mDpy) { in configure()
190 } else if((mDpy && !extOrient in configure()
191 && !ctx->dpyAttr[mDpy].mMDPScalingMode)) { in configure()
193 !ctx->dpyAttr[mDpy].customFBSize) { in configure()
198 calcExtDisplayPosition(ctx, NULL, mDpy, sourceCrop, displayFrame, in configure()
201 ctx->dpyAttr[mDpy].mDstRect = displayFrame; in configure()
221 ALOGE("%s: configMdp failed for dpy %d", __FUNCTION__, mDpy); in configure()
292 const int hw_w = ctx->dpyAttr[mDpy].xres; in configure()
293 const int hw_h = ctx->dpyAttr[mDpy].yres; in configure()
294 const int lSplit = getLeftSplit(ctx, mDpy); in configure()
302 if(!ctx->dpyAttr[mDpy].customFBSize && !ctx->mBufferMirrorMode in configure()
316 if(ctx->listStats[mDpy].isDisplayAnimating && mDpy) { in configure()
318 } else if((mDpy && !extOrient in configure()
319 && !ctx->dpyAttr[mDpy].mMDPScalingMode)) { in configure()
321 !ctx->dpyAttr[mDpy].customFBSize) { in configure()
327 calcExtDisplayPosition(ctx, NULL, mDpy, sourceCrop, displayFrame, in configure()
334 pipeSpecs.dpy = mDpy; in configure()
343 " mixer", __FUNCTION__, mDpy); in configure()
376 " right mixer", __FUNCTION__, mDpy); in configure()
422 __FUNCTION__, mDpy); in draw()
429 __FUNCTION__, mDpy); in draw()
468 if(!ctx->dpyAttr[mDpy].customFBSize && !ctx->mBufferMirrorMode in configure()
484 if(ctx->listStats[mDpy].isDisplayAnimating && mDpy) { in configure()
486 } else if((mDpy && !extOrient in configure()
487 && !ctx->dpyAttr[mDpy].mMDPScalingMode)) { in configure()
489 !ctx->dpyAttr[mDpy].customFBSize) { in configure()
495 calcExtDisplayPosition(ctx, NULL, mDpy, sourceCrop, displayFrame, in configure()
506 pipeSpecs.dpy = mDpy; in configure()
512 " mixer", __FUNCTION__, mDpy); in configure()
524 const bool primarySplitAlways = (mDpy == HWC_DISPLAY_PRIMARY) and in configure()
526 const uint32_t lSplit = getLeftSplit(ctx, mDpy); in configure()
540 " mixer", __FUNCTION__, mDpy); in configure()