Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/drm/ttm/
H A Dttm_bo_driver.h200 void (*swap_notify)(struct ttm_buffer_object *bo); member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_bo.c1586 if (bo->bdev->driver->swap_notify) in ttm_bo_swapout()
1587 bo->bdev->driver->swap_notify(bo); in ttm_bo_swapout()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c805 .swap_notify = vmw_swap_notify,