Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/ttm/
Dttm_bo_driver.h347 void (*swap_notify)(struct ttm_buffer_object *bo); member
/Linux-v4.19/drivers/gpu/drm/virtio/
Dvirtgpu_ttm.c414 .swap_notify = &virtio_gpu_bo_swap_notify,
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c883 .swap_notify = vmw_swap_notify,
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_bo.c1740 if (bo->bdev->driver->swap_notify) in ttm_bo_swapout()
1741 bo->bdev->driver->swap_notify(bo); in ttm_bo_swapout()