Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/ttm/
H A Dttm_device.h162 void (*swap_notify)(struct ttm_buffer_object *bo); member
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c1198 if (bo->bdev->funcs->swap_notify) in ttm_bo_swapout()
1199 bo->bdev->funcs->swap_notify(bo); in ttm_bo_swapout()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c588 .swap_notify = vmw_swap_notify,
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c763 .swap_notify = i915_ttm_swap_notify,