Home | History | Annotate | Download | only in hwc

Lines Matching refs:MAX_HW_OVERLAYS

67 #define MAX_HW_OVERLAYS 4
151 unsigned int max_hw_overlays;
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;
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 */
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;
1311 num->max_scaling_overlays = num->max_hw_overlays - nonscaling_ovls;
1326 num->possible_overlay_layers <= num->max_hw_overlays &&
1374 if (dsscomp->num_ovls >= MAX_HW_OVERLAYS) {
1382 o->cfg.ix = MAX_HW_OVERLAYS - 1 - ext_ovl_ix;
1726 if (dsscomp->num_ovls < num.max_hw_overlays &&
1887 if (z != dsscomp->num_ovls || dsscomp->num_ovls > MAX_HW_OVERLAYS)
1933 hwc_dev->ext_ovls, num.max_hw_overlays, hwc_dev->last_ext_ovls, hwc_dev->last_int_ovls);