Home
last modified time | relevance | path

Searched refs:blit_layers (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/hwc/
Drgz_2d.c894 unsigned int blit_layers = possible_blit + 1; /* Account for background layer */ in rgz_in_hwccheck() local
895 int reset_dirty_counters = rgz->rgz_layerno != blit_layers ? 1 : 0; in rgz_in_hwccheck()
904 rgz->rgz_layerno = blit_layers; in rgz_in_hwccheck()
Dhwc.c1505 static int blit_layers(omap4_hwc_device_t *hwc_dev, hwc_display_contents_1_t *list, int bufoff) in blit_layers() function
1708 blit_all = blit_layers(hwc_dev, list, 0); in omap4_hwc_prepare()
1809 if (blit_layers(hwc_dev, list, dsscomp->num_ovls == 1 ? 0 : dsscomp->num_ovls)) { in omap4_hwc_prepare()