Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddumb_bo.h46 struct dumb_bo * dumb_get_bo_from_fd(int fd, int dmafd, int pitch, int size);
H A Ddumb_bo.c173 dumb_get_bo_from_fd(int fd, int dmafd, int pitch, int size) in dumb_get_bo_from_fd() function
H A Ddri3.c99 bo = dumb_get_bo_from_fd(ms->drmmode.fd, fds[0], in ms_exa_pixmap_from_fds()
H A Dxv.c314 bo = dumb_get_bo_from_fd(ms->drmmode.fd, dma_fds[0], in ms_exa_xv_create_dma_pixmap()
H A Dexa.c969 bo = dumb_get_bo_from_fd(ms->drmmode.fd, fd, in ms_exa_back_pixmap_from_fd()
H A Ddrmmode_display.c1306 dumb_get_bo_from_fd(drmmode->fd, fd_handle, pitch, size); in drmmode_SetSlaveBO()