Home
last modified time | relevance | path

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

/linux/include/drm/ttm/
H A Dttm_device.h162 void (*swap_notify)(struct ttm_buffer_object *bo); member
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c1174 if (bo->bdev->funcs->swap_notify) in ttm_bo_swapout_cb()
1175 bo->bdev->funcs->swap_notify(bo); in ttm_bo_swapout_cb()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c556 .swap_notify = vmw_swap_notify,
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c756 .swap_notify = i915_ttm_swap_notify,
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c1616 .swap_notify = xe_ttm_bo_swap_notify,