Home
last modified time | relevance | path

Searched refs:pixmap_from_fd (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/dri3/
H A Ddri3_screen.c69 } else if (info->pixmap_from_fd != NULL && num_fds == 1) { in dri3_pixmap_from_fds()
70 pixmap = (*info->pixmap_from_fd) (screen, fds[0], width, height, in dri3_pixmap_from_fds()
H A Ddri3.h91 dri3_pixmap_from_fd_proc pixmap_from_fd; member
/OK3568_Linux_fs/external/xserver/
H A DChangeLog6451 Luckily the server has fallbacks to ->pixmap_from_fd, ->fd_from_pixmap,
6463 the check for modifier == DRM_MOD_FORMAT_INVALID in the pixmap_from_fd
6466 specific default tiling that can be handled by pixmap_from_fd.