Home
last modified time | relevance | path

Searched refs:num_dma_fd (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dxv.c245 int dma_fds[XV_MAX_DMA_FD], num_dma_fd = 0; in ms_exa_xv_create_dma_pixmap() local
263 num_dma_fd = 0; in ms_exa_xv_create_dma_pixmap()
282 dma_fds[num_dma_fd++] = *((int *)CMSG_DATA(header)); in ms_exa_xv_create_dma_pixmap()
287 if (num_dma_fd != 1) in ms_exa_xv_create_dma_pixmap()
333 while (num_dma_fd--) in ms_exa_xv_create_dma_pixmap()
334 close(dma_fds[num_dma_fd]); in ms_exa_xv_create_dma_pixmap()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_xv.c878 int dma_fds[XV_MAX_DMA_FD], num_dma_fd; in glamor_xv_put_dma_image() local
896 num_dma_fd = 0; in glamor_xv_put_dma_image()
915 dma_fds[num_dma_fd++] = *((int *)CMSG_DATA(header)); in glamor_xv_put_dma_image()
920 if (num_dma_fd != 1) in glamor_xv_put_dma_image()
947 while (num_dma_fd--) in glamor_xv_put_dma_image()
948 close(dma_fds[num_dma_fd]); in glamor_xv_put_dma_image()