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

/hardware/ti/omap4xxx/hwc/
H A Dhwc.c961 unsigned int max_hw_overlays; member in struct:counts
1006 num->max_hw_overlays = MAX_HW_OVERLAYS;
1018 num->max_hw_overlays -= max(hwc_dev->ext_ovls, hwc_dev->last_ext_ovls);
1032 num->max_hw_overlays >>= 1;
1034 hwc_dev->ext_ovls = MAX_HW_OVERLAYS - num->max_hw_overlays;
1037 num->max_hw_overlays -= hwc_dev->last_ext_ovls;
1051 ext_ovls is always <= MAX_HW_OVERLAYS / 2 <= max_hw_overlays */
1053 num->max_hw_overlays = hwc_dev->ext_ovls;
1055 num->max_scaling_overlays = num->max_hw_overlays - nonscaling_ovls;
1067 num->possible_overlay_layers <= num->max_hw_overlays
[all...]
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c151 unsigned int max_hw_overlays; member in struct:counts
1256 num->max_hw_overlays = MAX_HW_OVERLAYS;
1268 num->max_hw_overlays -= max(hwc_dev->ext_ovls, hwc_dev->last_ext_ovls);
1283 num->max_hw_overlays >>= 1;
1285 hwc_dev->ext_ovls = MAX_HW_OVERLAYS - num->max_hw_overlays;
1288 num->max_hw_overlays -= hwc_dev->last_ext_ovls;
1302 ext_ovls is always <= MAX_HW_OVERLAYS / 2 <= max_hw_overlays */
1304 num->max_hw_overlays = hwc_dev->ext_ovls;
1308 num->max_hw_overlays -= NUM_NONSCALING_OVERLAYS;
1309 num->max_scaling_overlays = num->max_hw_overlays;
[all...]

Completed in 125 milliseconds