Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/hwc/
Dhwc.c103 EXT_HFLIP = (1 << 2), /* flip l-r on output (after rotation) */ enumerator
1745 ext->dock.hflip = (atoi(value) & EXT_HFLIP) > 0; in handle_hotplug()
1749 ext->mirror.hflip = (atoi(value) & EXT_HFLIP) > 0; in handle_hotplug()
/hardware/ti/omap4-aah/hwc/
Dhwc.c111 EXT_HFLIP = (1 << 2), /* flip l-r on output (after rotation) */ enumerator
2361 ext->dock.hflip = (atoi(value) & EXT_HFLIP) > 0; in handle_hotplug()
2365 ext->mirror.hflip = (atoi(value) & EXT_HFLIP) > 0; in handle_hotplug()