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

/hardware/ti/omap4-aah/hwc/
H A Dhwc.c209 struct ion_handle *ion_handles[2]; member in struct:omap4_hwc_device
1389 * that of primary display, ion_handles would be NULL hence
1392 if (ix == 0 && hwc_dev->ion_handles[sync_id%2] && hwc_dev->use_sgx) {
1394 o->ba = (int)hwc_dev->ion_handles[sync_id%2];
1623 ion_free(hwc_dev->ion_fd, hwc_dev->ion_handles[i]);
1624 hwc_dev->ion_handles[i] = NULL;
1640 if (hwc_dev->ion_handles[i])
1646 TILER_PIXEL_FMT_32BIT, 0, &hwc_dev->ion_handles[i], &stride);
1650 ALOGI("ion handle[%d][%p]", i, hwc_dev->ion_handles[i]);
2793 hwc_dev->ion_handles[
[all...]

Completed in 26 milliseconds