Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/vmwgfx/
Dvmwgfx_buffer.c324 .move_notify = NULL,
/linux-2.6.39/include/drm/ttm/
Dttm_bo_driver.h443 void (*move_notify)(struct ttm_buffer_object *bo, member
/linux-2.6.39/drivers/gpu/drm/ttm/
Dttm_bo.c409 if (bdev->driver->move_notify) in ttm_bo_handle_move_mem()
410 bdev->driver->move_notify(bo, mem); in ttm_bo_handle_move_mem()
417 if (bdev->driver->move_notify) in ttm_bo_handle_move_mem()
418 bdev->driver->move_notify(bo, mem); in ttm_bo_handle_move_mem()
/linux-2.6.39/drivers/gpu/drm/radeon/
Dradeon_ttm.c502 .move_notify = &radeon_bo_move_notify,
/linux-2.6.39/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1103 .move_notify = nouveau_bo_move_ntfy,