Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/hwc/
Dhwc.c201 enum bltpolicy blt_policy; member
1706 if (hwc_dev->blt_policy == BLTPOLICY_ALL) { in omap4_hwc_prepare()
1807 if (hwc_dev->blt_policy == BLTPOLICY_DEFAULT) { in omap4_hwc_prepare()
1821 if (!hwc_dev->blt_policy != BLTPOLICY_DISABLED && num.composited_layers) in omap4_hwc_prepare()
2046 ALOGI_IF(debugblt && hwc_dev->blt_policy != BLTPOLICY_DISABLED, in omap4_hwc_set()
2111 if (hwc_dev->blt_policy != BLTPOLICY_DISABLED) { in omap4_hwc_dump()
2113 hwc_dev->blt_policy == BLTPOLICY_DEFAULT ? "default" : in omap4_hwc_dump()
2114 hwc_dev->blt_policy == BLTPOLICY_ALL ? "all" : "unknown", in omap4_hwc_dump()
2892 hwc_dev->blt_policy = BLTPOLICY_DISABLED; in omap4_hwc_device_open()
2897 hwc_dev->blt_policy = atoi(value); in omap4_hwc_device_open()
[all …]