Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/ttm/
Dttm_agp_backend.c109 bool ttm_agp_is_bound(struct ttm_tt *ttm) in ttm_agp_is_bound() function
122 EXPORT_SYMBOL(ttm_agp_is_bound);
/openbsd/src/sys/dev/pci/drm/include/drm/ttm/
Dttm_tt.h260 bool ttm_agp_is_bound(struct ttm_tt *ttm);
/openbsd/src/sys/dev/pci/drm/radeon/
Dradeon_ttm.c614 return ttm_agp_is_bound(ttm); in radeon_ttm_tt_is_bound()