Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h219 extern const struct ttm_device_funcs xe_ttm_funcs;
H A Dxe_device.c321 err = ttm_device_init(&xe->ttm, &xe_ttm_funcs, xe->drm.dev, in xe_device_create()
H A Dxe_bo.c1085 const struct ttm_device_funcs xe_ttm_funcs = { variable