HomeSort by: relevance | last modified time | path
    Searched refs:agp_memory (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm2/include/drm/
drm_agp_netbsd.h 63 * We already have a struct agp_memory, but fortunately it looks like
68 struct agp_memory {
121 static inline struct agp_memory *
135 agp_free_memory(struct agp_bridge_data *bridge, struct agp_memory *mem)
147 agp_bind_memory(struct agp_memory *mem, size_t npages)
160 drm_bind_agp(struct agp_bridge_data *bridge, struct agp_memory *mem,
168 drm_unbind_agp(struct agp_bridge_data *bridge, struct agp_memory *mem)
174 drm_free_agp(struct agp_bridge_data *bridge, struct agp_memory *mem,
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_agpsupport.h 72 static inline void drm_free_agp(struct agp_bridge_data *, struct agp_memory *, int);
73 static inline int drm_bind_agp(struct agp_bridge_data *, struct agp_memory *, unsigned);
74 static inline int drm_unbind_agp(struct agp_bridge_data *, struct agp_memory *);
76 void drm_free_agp(struct agp_memory * handle, int pages);
77 int drm_bind_agp(struct agp_memory * handle, unsigned int start);
78 int drm_unbind_agp(struct agp_memory * handle);
122 static inline void drm_free_agp(struct agp_memory * handle, int pages)
126 static inline int drm_bind_agp(struct agp_memory * handle, unsigned int start)
131 static inline int drm_unbind_agp(struct agp_memory * handle)
  /src/sys/dev/pci/
agpvar.h 86 TAILQ_HEAD(agp_memory_list, agp_memory);
87 struct agp_memory { struct
88 TAILQ_ENTRY(agp_memory) am_link; /* wiring for the tailq */
110 struct agp_memory *(*alloc_memory)(struct agp_softc *, int, vsize_t);
111 int (*free_memory)(struct agp_softc *, struct agp_memory *);
112 int (*bind_memory)(struct agp_softc *, struct agp_memory *, off_t);
113 int (*unbind_memory)(struct agp_softc *, struct agp_memory *);
177 struct agp_memory *agp_generic_alloc_memory(struct agp_softc *, int, vsize_t);
178 int agp_generic_free_memory(struct agp_softc *, struct agp_memory *);
179 int agp_generic_bind_memory(struct agp_softc *, struct agp_memory *, off_t)
    [all...]
agp.c 608 struct agp_memory *
611 struct agp_memory *mem;
648 agp_generic_free_memory(struct agp_softc *sc, struct agp_memory *mem)
661 agp_generic_bind_memory(struct agp_softc *sc, struct agp_memory *mem,
670 agp_generic_bind_memory_bounded(struct agp_softc *sc, struct agp_memory *mem,
813 agp_generic_unbind_memory(struct agp_softc *sc, struct agp_memory *mem)
876 static struct agp_memory *
879 struct agp_memory *mem;
919 struct agp_memory *mem;
936 struct agp_memory *mem = agp_find_memory(sc, id)
    [all...]
agp_i810.c 92 static struct agp_memory *agp_i810_alloc_memory(struct agp_softc *, int,
94 static int agp_i810_free_memory(struct agp_softc *, struct agp_memory *);
95 static int agp_i810_bind_memory(struct agp_softc *, struct agp_memory *,
97 static int agp_i810_bind_memory_dcache(struct agp_softc *, struct agp_memory *,
100 struct agp_memory *, off_t);
101 static int agp_i810_unbind_memory(struct agp_softc *, struct agp_memory *);
1258 static struct agp_memory *
1262 struct agp_memory *mem;
1338 agp_i810_free_memory(struct agp_softc *sc, struct agp_memory *mem)
1367 agp_i810_bind_memory(struct agp_softc *sc, struct agp_memory *mem
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_memory.c 109 void drm_free_agp(struct agp_memory *handle, int pages)
115 int drm_bind_agp(struct agp_memory *handle, unsigned int start)
121 int drm_unbind_agp(struct agp_memory *handle)
drm_legacy.h 39 struct agp_memory;
147 struct agp_memory *memory;
drm_agpsupport.c 222 struct agp_memory *memory;
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_agp_backend.c 52 struct agp_memory *mem;
61 struct agp_memory *mem;

Completed in 17 milliseconds