Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/ttm/
Dttm_bo_driver.h427 void (*swap_notify) (struct ttm_buffer_object *bo); member
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_buffer.c842 .swap_notify = vmw_swap_notify,
/linux-4.1.27/drivers/gpu/drm/ttm/
Dttm_bo.c1676 if (bo->bdev->driver->swap_notify) in ttm_bo_swapout()
1677 bo->bdev->driver->swap_notify(bo); in ttm_bo_swapout()