Home
last modified time | relevance | path

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

/Linux-v6.6/include/drm/ttm/
Dttm_device.h162 void (*swap_notify)(struct ttm_buffer_object *bo); member
/Linux-v6.6/drivers/gpu/drm/ttm/
Dttm_bo.c1195 if (bo->bdev->funcs->swap_notify) in ttm_bo_swapout()
1196 bo->bdev->funcs->swap_notify(bo); in ttm_bo_swapout()
/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c572 .swap_notify = vmw_swap_notify,
/Linux-v6.6/drivers/gpu/drm/i915/gem/
Di915_gem_ttm.c763 .swap_notify = i915_ttm_swap_notify,