Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_agp_backend.c51 int ttm_agp_bind(struct ttm_tt *ttm, struct ttm_resource *bo_mem) in ttm_agp_bind() function
87 EXPORT_SYMBOL(ttm_agp_bind);
/OK3568_Linux_fs/kernel/include/drm/ttm/
H A Dttm_tt.h226 int ttm_agp_bind(struct ttm_tt *ttm, struct ttm_resource *bo_mem);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c739 return ttm_agp_bind(ttm, bo_mem); in radeon_ttm_tt_bind()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c730 return ttm_agp_bind(ttm, reg); in nouveau_ttm_tt_bind()