• Home
  • Raw
  • Download

Lines Matching refs:rotation

72     __u8 rotation : 3;          /* 90-degree clockwise rotations */  member
310 c->rotation, c->mirror ? "+mir" : "", in dump_dsscomp()
656 oc->rotation = 2; in omap4_hwc_setup_layer()
660 oc->rotation += oc->mirror ? -1 : 1; in omap4_hwc_setup_layer()
661 oc->rotation &= 3; in omap4_hwc_setup_layer()
761 m_rotate(ext->m, ext->current.rotation); in set_ext_matrix()
765 if (ext->current.rotation & 1) { in set_ext_matrix()
798 int c, swap = cfg->rotation & 1; in crop_to_rect()
803 if (cfg->rotation & 2) in crop_to_rect()
805 if ((!cfg->mirror) ^ !(cfg->rotation & 2)) in crop_to_rect()
837 if (cfg->rotation & 2) in crop_to_rect()
839 if ((!cfg->mirror) ^ !(cfg->rotation & 2)) in crop_to_rect()
883 oc->rotation += (oc->mirror ? -1 : 1) * ext->current.rotation; in omap4_hwc_adjust_ext_layer()
884 oc->rotation &= 3; in omap4_hwc_adjust_ext_layer()
904 oc->rotation += (oc->mirror ? -1 : 1) * hwc_dev->primary_rotation; in omap4_hwc_adjust_primary_display_layer()
905 oc->rotation &= 3; in omap4_hwc_adjust_primary_display_layer()
1321 int tform = ext->current.enabled && (ext->current.rotation || ext->current.hflip); in can_dss_render_all()
1349 int tform = cloning && (ext->current.rotation || ext->current.hflip); in can_dss_render_layer()
1417 if ((ext->current.rotation + o->cfg.rotation) & 1) in clone_external_layer()
1420 if (o->cfg.rotation & 1) in clone_external_layer()
1424 if (ext->current.rotation & 1) in clone_external_layer()
1455 if (ext->current.rotation & 1) in setup_mirroring()
1931 ext->current.rotation * 90, in omap4_hwc_prepare()
2360 ext->dock.rotation = atoi(value) & EXT_ROTATION; in handle_hotplug()
2364 ext->mirror.rotation = atoi(value) & EXT_ROTATION; in handle_hotplug()
2371 ext->dock.rotation = 0; in handle_hotplug()
2394 if (ext->mirror.rotation && (limits.fbmem_type != DSSCOMP_FBMEM_TILER2D)) in handle_hotplug()
2399 if (ext->mirror.rotation && (limits.fbmem_type != DSSCOMP_FBMEM_TILER2D)) { in handle_hotplug()
2406 ext->mirror.rotation * 90, in handle_hotplug()
2409 ext->dock.rotation * 90, in handle_hotplug()