Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/hwc/
Dhwc.c209 struct ion_handle *ion_handles[2]; member
1392 if (ix == 0 && hwc_dev->ion_handles[sync_id%2] && hwc_dev->use_sgx) { in clone_layer()
1394 o->ba = (int)hwc_dev->ion_handles[sync_id%2]; in clone_layer()
1623 ion_free(hwc_dev->ion_fd, hwc_dev->ion_handles[i]); in free_tiler2d_buffers()
1624 hwc_dev->ion_handles[i] = NULL; in free_tiler2d_buffers()
1640 if (hwc_dev->ion_handles[i]) in allocate_tiler2d_buffers()
1646 … TILER_PIXEL_FMT_32BIT, 0, &hwc_dev->ion_handles[i], &stride); in allocate_tiler2d_buffers()
1650 ALOGI("ion handle[%d][%p]", i, hwc_dev->ion_handles[i]); in allocate_tiler2d_buffers()
2793 hwc_dev->ion_handles[i] = NULL; in omap4_hwc_device_open()