Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/ttm/
Dttm_agp_backend.c104 bool ttm_agp_is_bound(struct ttm_tt *ttm) in ttm_agp_is_bound() function
113 EXPORT_SYMBOL(ttm_agp_is_bound);
/Linux-v5.10/include/drm/ttm/
Dttm_tt.h229 bool ttm_agp_is_bound(struct ttm_tt *ttm);
/Linux-v5.10/drivers/gpu/drm/radeon/
Dradeon_ttm.c721 return ttm_agp_is_bound(ttm); in radeon_ttm_tt_is_bound()