HomeSort by: relevance | last modified time | path
    Searched refs:swap_notify (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_bo_driver.h 357 void (*swap_notify)(struct ttm_buffer_object *bo); member in struct:ttm_bo_driver
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_ttm_buffer.c 881 .swap_notify = vmw_swap_notify,
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo.c 1982 if (bo->bdev->driver->swap_notify)
1983 bo->bdev->driver->swap_notify(bo);

Completed in 16 milliseconds