Searched refs:dumb_bo (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddumb_bo.h32 struct dumb_bo { struct
39 struct dumb_bo *dumb_bo_create(int fd, const unsigned width,
41 int dumb_bo_map(int fd, struct dumb_bo *bo);
42 int dumb_bo_destroy(int fd, struct dumb_bo *bo);
43 struct dumb_bo *dumb_get_bo_from_fd(int fd, int handle, int pitch, int size);
H A Ddumb_bo.c32 #include "dumb_bo.h"
42 struct dumb_bo *
47 struct dumb_bo *bo;
74 dumb_bo_map(int fd, struct dumb_bo *bo)
100 dumb_bo_destroy(int fd, struct dumb_bo *bo)
120 struct dumb_bo *
123 struct dumb_bo *bo;
H A DMakefile.am53 dumb_bo.c \
54 dumb_bo.h \
H A Ddrmmode_display.h37 #include "dumb_bo.h"
81 struct dumb_bo *dumb;
174 struct dumb_bo *cursor_bo;
245 struct dumb_bo *backing_bo; /* if this pixmap is backed by a dumb bo */
H A DMakefile.in173 dumb_bo.lo present.lo vblank.lo pageflip.lo
199 ./$(DEPDIR)/drmmode_display.Plo ./$(DEPDIR)/dumb_bo.Plo \
647 dumb_bo.c \
648 dumb_bo.h \
735 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dumb_bo.Plo@am__quote@ # am--include-marker
967 -rm -f ./$(DEPDIR)/dumb_bo.Plo
1020 -rm -f ./$(DEPDIR)/dumb_bo.Plo
H A Ddrmmode_display.c38 #include "dumb_bo.h"
4267 struct dumb_bo *bo;

Completed in 13 milliseconds