Home | History | Annotate | Download | only in libgralloc

Lines Matching refs:regions

252         struct hw3d_region regions[HW3D_NUM_REGIONS];
253 if (ioctl(gpu, HW3D_GET_REGIONS, regions) < 0) {
258 regions[HW3D_SMI].map_offset,
259 regions[HW3D_SMI].len,
260 regions[HW3D_SMI].phys);
262 regions[HW3D_EBI].map_offset,
263 regions[HW3D_EBI].len,
264 regions[HW3D_EBI].phys);
266 regions[HW3D_REGS].map_offset,
267 regions[HW3D_REGS].len,
268 regions[HW3D_REGS].phys);
272 gpu, regions[FB_ARENA].map_offset);
282 m->fb_map_offset = regions[FB_ARENA].map_offset;