Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_bo_driver.h272 int (*invalidate_caches)(struct ttm_bo_device *bdev, uint32_t flags); member
/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo.c307 if (bdev->driver->invalidate_caches) { in ttm_bo_handle_move_mem()
308 ret = bdev->driver->invalidate_caches(bdev, bo->mem.placement); in ttm_bo_handle_move_mem()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_ttm.c887 .invalidate_caches = &radeon_invalidate_caches,
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_ttm.c1606 .invalidate_caches = &amdgpu_invalidate_caches,