Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/include/drm/ttm/
Dttm_device.h162 void (*swap_notify)(struct ttm_buffer_object *bo); member
/openbsd/src/sys/dev/pci/drm/ttm/
Dttm_bo.c1154 if (bo->bdev->funcs->swap_notify) in ttm_bo_swapout_cb()
1155 bo->bdev->funcs->swap_notify(bo); in ttm_bo_swapout_cb()
/openbsd/src/sys/dev/pci/drm/i915/gem/
Di915_gem_ttm.c785 .swap_notify = i915_ttm_swap_notify,