Lines Matching full:framebuffer
271 // allocate the framebuffer
272 if (m->framebuffer == NULL)
274 // initialize the framebuffer, the framebuffer is mapped once and forever.
303 void *vaddr = m->framebuffer->base;
317 int fbdev_fd = m->framebuffer->shallow_fbdev_fd;
318 // The entire framebuffer memory is already mapped, now create a buffer object for parts of this memory
320 0, fbdev_fd, (uintptr_t)vaddr - (uintptr_t) m->framebuffer->base);
322 hnd->ump_id = m->framebuffer->ump_id;
324 /* create a backing ump memory handle if the framebuffer is exposed as a secure ID */
344 AINF("framebuffer accessed with dma buf (fd 0x%x)\n", (int)fb_dma_buf.fd);
491 /* match the framebuffer format */
547 int index = ((uintptr_t)hnd->base - (uintptr_t)m->framebuffer->base) / bufferSize;