Lines Matching refs:dpyAttr
120 int fbFd = ctx->dpyAttr[dpy].fd; in display_commit()
143 ctx->dpyAttr[dpy].isActive) { in hwc_prepare_primary()
170 ctx->dpyAttr[dpy].isActive && in hwc_prepare_external()
171 ctx->dpyAttr[dpy].connected) { in hwc_prepare_external()
175 if(!ctx->dpyAttr[dpy].isPause) { in hwc_prepare_external()
247 if(!ctx->dpyAttr[dpy].isActive) { in hwc_eventControl()
289 ret = ioctl(ctx->dpyAttr[dpy].fd, FBIOBLANK, in hwc_blank()
292 ret = ioctl(ctx->dpyAttr[dpy].fd, FBIOBLANK,FB_BLANK_UNBLANK); in hwc_blank()
315 ctx->dpyAttr[dpy].isActive = !blank; in hwc_blank()
356 if (LIKELY(list) && ctx->dpyAttr[dpy].isActive) { in hwc_set_primary()
402 if (LIKELY(list) && ctx->dpyAttr[dpy].isActive && in hwc_set_external()
403 !ctx->dpyAttr[dpy].isPause && in hwc_set_external()
404 ctx->dpyAttr[dpy].connected) { in hwc_set_external()
505 if(ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected) { in hwc_getDisplayConfigs()
522 if(disp == HWC_DISPLAY_EXTERNAL && !ctx->dpyAttr[disp].connected) { in hwc_getDisplayAttributes()
542 values[i] = ctx->dpyAttr[disp].vsync_period; in hwc_getDisplayAttributes()
545 values[i] = ctx->dpyAttr[disp].xres; in hwc_getDisplayAttributes()
547 ctx->dpyAttr[disp].xres); in hwc_getDisplayAttributes()
550 values[i] = ctx->dpyAttr[disp].yres; in hwc_getDisplayAttributes()
552 ctx->dpyAttr[disp].yres); in hwc_getDisplayAttributes()
555 values[i] = (int32_t) (ctx->dpyAttr[disp].xdpi*1000.0); in hwc_getDisplayAttributes()
558 values[i] = (int32_t) (ctx->dpyAttr[disp].ydpi*1000.0); in hwc_getDisplayAttributes()