Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/ttm/
Dttm_agp_backend.c137 int ttm_agp_tt_populate(struct ttm_tt *ttm, struct ttm_operation_ctx *ctx) in ttm_agp_tt_populate() function
144 EXPORT_SYMBOL(ttm_agp_tt_populate);
/Linux-v5.4/include/drm/ttm/
Dttm_tt.h268 int ttm_agp_tt_populate(struct ttm_tt *ttm, struct ttm_operation_ctx *ctx);
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_ttm.c693 return ttm_agp_tt_populate(ttm, ctx); in radeon_ttm_tt_populate()
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1609 return ttm_agp_tt_populate(ttm, ctx); in nouveau_ttm_tt_populate()