Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/ttm/
Dttm_bo_driver.h427 void (*swap_notify) (struct ttm_buffer_object *bo); member
/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_ttm.c428 .swap_notify = &virtio_gpu_bo_swap_notify,
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_buffer.c856 .swap_notify = vmw_swap_notify,
/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_bo.c1680 if (bo->bdev->driver->swap_notify) in ttm_bo_swapout()
1681 bo->bdev->driver->swap_notify(bo); in ttm_bo_swapout()