Searched refs:ext_ovls (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/hwc/
H A Dhwc.c153 int ext_ovls; /* # of overlays on external display for current composition */ member in struct:omap4_hwc_device
1017 hwc_dev->ext_ovls = (num->dockable || ext->force_dock) ? 1 : 0;
1018 num->max_hw_overlays -= max(hwc_dev->ext_ovls, hwc_dev->last_ext_ovls);
1034 hwc_dev->ext_ovls = MAX_HW_OVERLAYS - num->max_hw_overlays;
1038 hwc_dev->ext_ovls = 0;
1047 hwc_dev->ext_ovls_wanted = hwc_dev->ext_ovls;
1048 hwc_dev->ext_ovls = min(MAX_HW_OVERLAYS - hwc_dev->last_int_ovls, hwc_dev->ext_ovls);
1051 ext_ovls is always <= MAX_HW_OVERLAYS / 2 <= max_hw_overlays */
1052 if (hwc_dev->ext_ovls
[all...]
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c195 int ext_ovls; /* # of overlays on external display for current composition */ member in struct:omap4_hwc_device
1267 hwc_dev->ext_ovls = (num->dockable || ext->force_dock) ? 1 : 0;
1268 num->max_hw_overlays -= max(hwc_dev->ext_ovls, hwc_dev->last_ext_ovls);
1285 hwc_dev->ext_ovls = MAX_HW_OVERLAYS - num->max_hw_overlays;
1289 hwc_dev->ext_ovls = 0;
1298 hwc_dev->ext_ovls_wanted = hwc_dev->ext_ovls;
1299 hwc_dev->ext_ovls = min(MAX_HW_OVERLAYS - hwc_dev->last_int_ovls, hwc_dev->ext_ovls);
1302 ext_ovls is always <= MAX_HW_OVERLAYS / 2 <= max_hw_overlays */
1303 if (!num->protected && hwc_dev->ext_ovls
[all...]

Completed in 52 milliseconds