Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/ttm/
Dttm_agp_backend.c137 int ttm_agp_tt_populate(struct ttm_tt *ttm) in ttm_agp_tt_populate() function
144 EXPORT_SYMBOL(ttm_agp_tt_populate);
/linux-4.1.27/include/drm/ttm/
Dttm_bo_driver.h1055 int ttm_agp_tt_populate(struct ttm_tt *ttm);
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_ttm.c743 return ttm_agp_tt_populate(ttm); in radeon_ttm_tt_populate()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1503 return ttm_agp_tt_populate(ttm); in nouveau_ttm_tt_populate()