Searched defs:last_ext_ovls (Results 1 - 2 of 2) sorted by relevance

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

Completed in 68 milliseconds