Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/hwc/
Dhwc.c155 … int last_ext_ovls; /* # of overlays on external/internal display for last composition */ member
1018 num->max_hw_overlays -= max(hwc_dev->ext_ovls, hwc_dev->last_ext_ovls); in decide_supported_cloning()
1037 num->max_hw_overlays -= hwc_dev->last_ext_ovls; in decide_supported_cloning()
1412 if (ext->current.enabled || hwc_dev->last_ext_ovls) { in omap4_hwc_prepare()
1430 … hwc_dev->ext_ovls, num.max_hw_overlays, hwc_dev->last_ext_ovls, hwc_dev->last_int_ovls); in omap4_hwc_prepare()
1518 hwc_dev->last_ext_ovls = hwc_dev->ext_ovls; in omap4_hwc_set()
/hardware/ti/omap4-aah/hwc/
Dhwc.c197 … int last_ext_ovls; /* # of overlays on external/internal display for last composition */ member
1268 num->max_hw_overlays -= max(hwc_dev->ext_ovls, hwc_dev->last_ext_ovls); in decide_supported_cloning()
1288 num->max_hw_overlays -= hwc_dev->last_ext_ovls; in decide_supported_cloning()
1907 if (ext->current.enabled || hwc_dev->last_ext_ovls) { in omap4_hwc_prepare()
1933 … hwc_dev->ext_ovls, num.max_hw_overlays, hwc_dev->last_ext_ovls, hwc_dev->last_int_ovls); in omap4_hwc_prepare()
2069 hwc_dev->last_ext_ovls = hwc_dev->ext_ovls; in omap4_hwc_set()