Lines Matching refs:mirror
73 struct ext_transform_t mirror; /* mirroring settings */ member
221 c->rotation, c->mirror ? "+mir" : "", in dump_dsscomp()
465 oc->mirror = 1; in omap4_hwc_setup_layer()
468 oc->mirror = !oc->mirror; in omap4_hwc_setup_layer()
471 oc->rotation += oc->mirror ? -1 : 1; in omap4_hwc_setup_layer()
616 if ((!cfg->mirror) ^ !(cfg->rotation & 2)) in crop_to_rect()
650 if ((!cfg->mirror) ^ !(cfg->rotation & 2)) in crop_to_rect()
687 oc->rotation += (oc->mirror ? -1 : 1) * ext->current.rotation; in omap4_hwc_adjust_ext_layer()
690 oc->mirror = !oc->mirror; in omap4_hwc_adjust_ext_layer()
1013 if (ext->dock.enabled && !(ext->mirror.enabled && !(num->dockable || ext->force_dock))) { in decide_supported_cloning()
1021 if (ext->mirror.enabled) { in decide_supported_cloning()
1022 ext->current = ext->mirror; in decide_supported_cloning()
1027 } else if (ext->mirror.enabled) { in decide_supported_cloning()
1035 ext->current = ext->mirror; in decide_supported_cloning()
1731 ext->dock.enabled = ext->mirror.enabled = 0; in handle_hotplug()
1738 ext->mirror.enabled = atoi(value) > 0; in handle_hotplug()
1748 ext->mirror.rotation = atoi(value) & EXT_ROTATION; in handle_hotplug()
1749 ext->mirror.hflip = (atoi(value) & EXT_HFLIP) > 0; in handle_hotplug()
1750 ext->mirror.docking = 0; in handle_hotplug()
1754 ext->mirror.enabled = 0; in handle_hotplug()
1765 if (ext->mirror.enabled) { in handle_hotplug()
1766 ext->current = ext->mirror; in handle_hotplug()
1772 ext->mirror.enabled = 0; in handle_hotplug()
1778 ext->mirror.enabled ? "enabled" : "disabled", in handle_hotplug()
1779 ext->mirror.rotation * 90, in handle_hotplug()
1780 ext->mirror.hflip ? "+hflip" : "", in handle_hotplug()