Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/ttm/
Dttm_agp_backend.c42 struct ttm_agp_backend { struct
53 struct ttm_agp_backend *agp_be = in ttm_agp_populate() argument
54 container_of(backend, struct ttm_agp_backend, backend); in ttm_agp_populate()
76 struct ttm_agp_backend *agp_be = in ttm_agp_bind()
77 container_of(backend, struct ttm_agp_backend, backend); in ttm_agp_bind()
95 struct ttm_agp_backend *agp_be = in ttm_agp_unbind()
96 container_of(backend, struct ttm_agp_backend, backend); in ttm_agp_unbind()
106 struct ttm_agp_backend *agp_be = in ttm_agp_clear()
107 container_of(backend, struct ttm_agp_backend, backend); in ttm_agp_clear()
119 struct ttm_agp_backend *agp_be = in ttm_agp_destroy()
[all …]
DMakefile5 ttm-y := ttm_agp_backend.o ttm_memory.o ttm_tt.o ttm_bo.o \