Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_tt.c172 if (ttm->state == tt_bound) { in ttm_tt_destroy()
258 if (ttm->state == tt_bound) { in ttm_tt_unbind()
272 if (ttm->state == tt_bound) in ttm_tt_bind()
283 ttm->state = tt_bound; in ttm_tt_bind()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_mn.c145 if (!bo->tbo.ttm || bo->tbo.ttm->state != tt_bound) in radeon_mn_invalidate_range_start()
/linux-4.4.14/include/drm/ttm/
Dttm_bo_driver.h126 tt_bound, enumerator
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c795 if (gtt->ttm.ttm.state != tt_bound || !gtt->userptr) in amdgpu_ttm_tt_affect_userptr()