Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/ttm/
H A Dttm_tt.c320 if (ttm->state == tt_bound) { in ttm_tt_unbind()
335 if (ttm->state == tt_bound) in ttm_tt_bind()
346 ttm->state = tt_bound; in ttm_tt_bind()
/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_tt.h115 tt_bound, enumerator
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_mn.c145 if (!bo->tbo.ttm || bo->tbo.ttm->state != tt_bound) in radeon_mn_invalidate_range_start()