Searched refs:dumb_bo_get_fd (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | dri3.c | 128 fd = dumb_bo_get_fd(ms->drmmode.fd, bo, 0); in ms_exa_egl_fd_from_pixmap() 148 fds[0] = dumb_bo_get_fd(ms->drmmode.fd, bo, 0); in ms_exa_egl_fds_from_pixmap()
|
| H A D | dumb_bo.h | 42 int dumb_bo_get_fd(int fd, struct dumb_bo *bo, uint32_t flags);
|
| H A D | dumb_bo.c | 100 dumb_bo_get_fd(int fd, struct dumb_bo *bo, uint32_t flags) in dumb_bo_get_fd() function
|
| H A D | exa.c | 882 priv->fd = dumb_bo_get_fd(ms->drmmode.fd, priv->bo, 0); in ms_exa_create_pixmap2() 920 priv->fd = dumb_bo_get_fd(ms->drmmode.fd, priv->bo, 0); in ms_exa_set_pixmap_bo()
|