Home
last modified time | relevance | path

Searched refs:mirror_region (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/hwc/
Dhwc.c96 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()
[all …]
/hardware/ti/omap4-aah/hwc/
Dhwc.c104 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()
[all …]