Lines Matching refs:mirror_region
96 hwc_rect_t mirror_region; /* region of screen to mirror */ member
671 crop_to_rect(&ovl->cfg, ext->mirror_region) != 0) { in omap4_hwc_adjust_ext_layer()
1177 __u32 xres = WIDTH(ext->mirror_region); in setup_mirroring()
1178 __u32 yres = HEIGHT(ext->mirror_region); in setup_mirroring()
1183 set_ext_matrix(ext, ext->mirror_region); in setup_mirroring()
2100 &hwc_dev->ext.mirror_region.left, &hwc_dev->ext.mirror_region.top, in omap4_hwc_device_open()
2101 &hwc_dev->ext.mirror_region.right, &hwc_dev->ext.mirror_region.bottom) != 4 || in omap4_hwc_device_open()
2102 hwc_dev->ext.mirror_region.left >= hwc_dev->ext.mirror_region.right || in omap4_hwc_device_open()
2103 hwc_dev->ext.mirror_region.top >= hwc_dev->ext.mirror_region.bottom) { in omap4_hwc_device_open()
2105 hwc_dev->ext.mirror_region = fb_region; in omap4_hwc_device_open()
2108 hwc_dev->ext.mirror_region.left, hwc_dev->ext.mirror_region.top, in omap4_hwc_device_open()
2109 hwc_dev->ext.mirror_region.right, hwc_dev->ext.mirror_region.bottom); in omap4_hwc_device_open()