Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_sync.c74 if (fence->is_vm_update) { in radeon_sync_fence()
H A Dradeon_vm.c421 ib.fence->is_vm_update = true; in radeon_vm_clear_bo()
712 ib.fence->is_vm_update = true; in radeon_vm_update_page_directory()
1028 ib.fence->is_vm_update = true; in radeon_vm_bo_update()
H A Dradeon_fence.c142 (*fence)->is_vm_update = false; in radeon_fence_emit()
H A Dradeon.h383 bool is_vm_update; member