Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A 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);
/OK3568_Linux_fs/kernel/include/drm/ttm/
H A Dttm_tt.h229 bool ttm_agp_is_bound(struct ttm_tt *ttm);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c722 return ttm_agp_is_bound(ttm); in radeon_ttm_tt_is_bound()