Home
last modified time | relevance | path

Searched refs:bo_device (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h538 struct xe_bo_dev *bo_device = &xe_bo_device(bo)->bo_device; in xe_bo_put_async() local
540 if (xe_bo_put_deferred(bo, &bo_device->async_list)) in xe_bo_put_async()
541 schedule_work(&bo_device->async_free); in xe_bo_put_async()
544 void xe_bo_dev_init(struct xe_bo_dev *bo_device);
546 void xe_bo_dev_fini(struct xe_bo_dev *bo_device);
H A Dxe_device.c421 xe_bo_dev_fini(&xe->bo_device); in xe_device_destroy()
460 xe_bo_dev_init(&xe->bo_device); in xe_device_create()