Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/ttm/
Dttm_agp_backend.c50 int ttm_agp_bind(struct ttm_tt *ttm, struct ttm_resource *bo_mem) in ttm_agp_bind() function
89 EXPORT_SYMBOL(ttm_agp_bind);
/openbsd/src/sys/dev/pci/drm/include/drm/ttm/
Dttm_tt.h257 int ttm_agp_bind(struct ttm_tt *ttm, struct ttm_resource *bo_mem);
/openbsd/src/sys/dev/pci/drm/radeon/
Dradeon_ttm.c631 return ttm_agp_bind(ttm, bo_mem); in radeon_ttm_tt_bind()