• Home
  • Raw
  • Download

Lines Matching refs:rotation

64     __u8 rotation : 3;          /* 90-degree clockwise rotations */  member
221 c->rotation, c->mirror ? "+mir" : "", in dump_dsscomp()
467 oc->rotation = 2; in omap4_hwc_setup_layer()
471 oc->rotation += oc->mirror ? -1 : 1; in omap4_hwc_setup_layer()
472 oc->rotation &= 3; in omap4_hwc_setup_layer()
572 m_rotate(ext->m, ext->current.rotation); in set_ext_matrix()
576 if (ext->current.rotation & 1) { in set_ext_matrix()
609 int c, swap = cfg->rotation & 1; in crop_to_rect()
614 if (cfg->rotation & 2) in crop_to_rect()
616 if ((!cfg->mirror) ^ !(cfg->rotation & 2)) in crop_to_rect()
648 if (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()
688 oc->rotation &= 3; in omap4_hwc_adjust_ext_layer()
1062 int tform = ext->current.enabled && (ext->current.rotation || ext->current.hflip); in can_dss_render_all()
1086 int tform = ext->current.enabled && (ext->current.rotation || ext->current.hflip); in can_dss_render_layer()
1141 if ((ext->current.rotation + o->cfg.rotation) & 1) in clone_external_layer()
1144 if (o->cfg.rotation & 1) in clone_external_layer()
1148 if (ext->current.rotation & 1) in clone_external_layer()
1179 if (ext->current.rotation & 1) in setup_mirroring()
1428 ext->current.rotation * 90, in omap4_hwc_prepare()
1744 ext->dock.rotation = atoi(value) & EXT_ROTATION; in handle_hotplug()
1748 ext->mirror.rotation = atoi(value) & EXT_ROTATION; in handle_hotplug()
1755 ext->dock.rotation = 0; in handle_hotplug()
1779 ext->mirror.rotation * 90, in handle_hotplug()
1782 ext->dock.rotation * 90, in handle_hotplug()