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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dtools.c55 efb_info.efb_fb_size = REGR(RADEON_CONFIG_MEMSIZE);
58 efb_info.efb_fb_size = REGR(R600_CONFIG_MEMSIZE);
61 efb_info.efb_fb_size = (efb_info.efb_fb_size + (pagesize - 1)) /
126 efb_info.efb_fb_size = 0;
134 printf("efb_fb_addr 0x%llx, efb_fb_size 0x%lx\n",
136 (unsigned long)efb_info.efb_fb_size);
176 ptr = mmap(NULL, efb_info.efb_fb_size,
324 status = munmap((char *)efb_info.efb_fb_ptr, efb_info.efb_fb_size);
H A DlibvtsSUNWefb.h68 size_t efb_fb_size; member in struct:efb_info

Completed in 11 milliseconds