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

/hardware/ti/omap4-aah/hwc/
H A Dhwc.c193 unsigned int post2_layers; /* Buffers used with DSS pipes*/ member in struct:omap4_hwc_device
348 if ((i + 1) < hwc_dev->post2_layers)
380 for (i = 0; i < hwc_dev->post2_layers; i++) {
387 for (i = hwc_dev->post2_layers;
388 i < hwc_dev->post2_blit_buffers + hwc_dev->post2_layers; i++) {
1371 int ext_ovl_ix = dsscomp->num_ovls - hwc_dev->post2_layers;
1401 o->cfg.zorder += hwc_dev->post2_layers;
1844 hwc_dev->post2_layers = dsscomp->num_ovls;
1870 for (ix = 0; res == 0 && ix < hwc_dev->post2_layers; ix++) {
1911 hwc_dev->ext_ovls = dsscomp->num_ovls - hwc_dev->post2_layers;
[all...]
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c152 unsigned int post2_layers; member in struct:omap4_hwc_device
284 for (i = 0; i < hwc_dev->post2_layers; i++) {
1108 int ext_ovl_ix = dsscomp->num_ovls - hwc_dev->post2_layers;
1125 o->cfg.zorder += hwc_dev->post2_layers;
1357 hwc_dev->post2_layers = dsscomp->num_ovls;
1383 for (ix = 0; res == 0 && ix < hwc_dev->post2_layers; ix++) {
1416 hwc_dev->ext_ovls = dsscomp->num_ovls - hwc_dev->post2_layers;
1515 hwc_dev->post2_layers,
1519 hwc_dev->last_int_ovls = hwc_dev->post2_layers;

Completed in 411 milliseconds