Lines Matching refs:mirror_region
104 hwc_rect_t mirror_region; /* region of screen to mirror */ member
875 crop_to_rect(&ovl->cfg, ext->mirror_region) != 0) { in omap4_hwc_adjust_ext_layer()
1453 __u32 xres = WIDTH(ext->mirror_region); in setup_mirroring()
1454 __u32 yres = HEIGHT(ext->mirror_region); in setup_mirroring()
1459 set_ext_matrix(ext, ext->mirror_region); in setup_mirroring()
2858 &hwc_dev->ext.mirror_region.left, &hwc_dev->ext.mirror_region.top, in omap4_hwc_device_open()
2859 &hwc_dev->ext.mirror_region.right, &hwc_dev->ext.mirror_region.bottom) != 4 || in omap4_hwc_device_open()
2860 hwc_dev->ext.mirror_region.left >= hwc_dev->ext.mirror_region.right || in omap4_hwc_device_open()
2861 hwc_dev->ext.mirror_region.top >= hwc_dev->ext.mirror_region.bottom) { in omap4_hwc_device_open()
2863 hwc_dev->ext.mirror_region = fb_region; in omap4_hwc_device_open()
2866 hwc_dev->ext.mirror_region.left, hwc_dev->ext.mirror_region.top, in omap4_hwc_device_open()
2867 hwc_dev->ext.mirror_region.right, hwc_dev->ext.mirror_region.bottom); in omap4_hwc_device_open()