Searched refs:dumb_bo (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | dumb_bo.h | 32 struct dumb_bo { struct 39 struct dumb_bo *dumb_bo_create(int fd, const unsigned width, argument 41 int dumb_bo_map(int fd, struct dumb_bo *bo); 42 int dumb_bo_get_fd(int fd, struct dumb_bo *bo, uint32_t flags); 43 int dumb_bo_get_name(int fd, struct dumb_bo *bo); 44 int dumb_bo_destroy(int fd, struct dumb_bo *bo); 45 struct dumb_bo *dumb_get_bo_from_handle(int fd, int handle, int pitch, int size); 46 struct dumb_bo * dumb_get_bo_from_fd(int fd, int dmafd, int pitch, int size);
|
| H A D | dumb_bo.c | 42 struct dumb_bo * 47 struct dumb_bo *bo; in dumb_bo_create() 74 dumb_bo_map(int fd, struct dumb_bo *bo) in dumb_bo_map() 100 dumb_bo_get_fd(int fd, struct dumb_bo *bo, uint32_t flags) in dumb_bo_get_fd() 119 dumb_bo_get_name(int fd, struct dumb_bo *bo) in dumb_bo_get_name() 137 dumb_bo_destroy(int fd, struct dumb_bo *bo) in dumb_bo_destroy() 157 struct dumb_bo * 160 struct dumb_bo *bo; in dumb_get_bo_from_handle() 172 struct dumb_bo *
|
| H A D | dri3.c | 89 struct dumb_bo *bo; in ms_exa_pixmap_from_fds() 121 struct dumb_bo *bo; in ms_exa_egl_fd_from_pixmap() 142 struct dumb_bo *bo; in ms_exa_egl_fds_from_pixmap()
|
| H A D | Makefile.am | 55 dumb_bo.c \ 56 dumb_bo.h \
|
| H A D | drmmode_display.h | 79 struct dumb_bo *dumb; 200 struct dumb_bo *cursor_bo; 290 struct dumb_bo *backing_bo; /* if this pixmap is backed by a dumb bo */
|
| H A D | driver.h | 213 struct dumb_bo *bo, Bool owned); 214 struct dumb_bo *ms_exa_bo_from_pixmap(ScreenPtr screen, PixmapPtr pixmap);
|
| H A D | Makefile.in | 173 dumb_bo.lo present.lo vblank.lo pageflip.lo 199 ./$(DEPDIR)/drmmode_display.Plo ./$(DEPDIR)/dumb_bo.Plo \ 674 dumb_bo.c \ 675 dumb_bo.h \ 764 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dumb_bo.Plo@am__quote@ # am--include-marker 997 -rm -f ./$(DEPDIR)/dumb_bo.Plo 1050 -rm -f ./$(DEPDIR)/dumb_bo.Plo
|
| H A D | meson.build | 5 'dumb_bo.c',
|
| H A D | exa.c | 42 struct dumb_bo *bo; 905 struct dumb_bo *bo, Bool owned) in ms_exa_set_pixmap_bo() 931 struct dumb_bo * 966 struct dumb_bo *bo; in ms_exa_back_pixmap_from_fd()
|
| H A D | xv.c | 240 struct dumb_bo *bo = NULL; in ms_exa_xv_create_dma_pixmap()
|
| H A D | drmmode_display.c | 802 struct dumb_bo *bo = NULL; in drmmode_crtc_modeset() 1678 struct dumb_bo *bo; in drmmode_crtc_copy_fb() 4498 struct dumb_bo *bo; in drmmode_get_default_bpp()
|
| H A D | driver.c | 2179 struct dumb_bo *bo; in ms_name_from_pixmap()
|
| /OK3568_Linux_fs/external/xserver/debian/ |
| H A D | changelog | 658 + modesetting: Include dix-config.h from dumb_bo.c (Closes: #789823)
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 35230 modesetting: Include dix-config.h from dumb_bo.c 38236 abstraction removes a lot of direct dumb_bo access, so we can add that 38248 modesetting: Drop dumb_bo::map_count field and dead unmap code. 38265 modesetting: Move dumb_bo into its own source files. 38268 buffers, and won't need dumb_bo. Keeping the display related logic
|