Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_bo_driver.h297 void (*evict_flags)(struct ttm_buffer_object *bo, member
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_ttm.c890 .evict_flags = &radeon_evict_flags,
/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo.c638 bdev->driver->evict_flags(bo, &placement); in ttm_bo_evict()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_ttm.c1609 .evict_flags = &amdgpu_evict_flags,