Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_lmtt.h12 struct xe_lmtt;
16 int xe_lmtt_init(struct xe_lmtt *lmtt);
17 void xe_lmtt_init_hw(struct xe_lmtt *lmtt);
18 void xe_lmtt_invalidate_hw(struct xe_lmtt *lmtt);
19 int xe_lmtt_prepare_pages(struct xe_lmtt *lmtt, unsigned int vfid, u64 range);
20 int xe_lmtt_populate_pages(struct xe_lmtt *lmtt, unsigned int vfid, struct xe_bo *bo, u64 offset);
21 void xe_lmtt_drop_pages(struct xe_lmtt *lmtt, unsigned int vfid);
22 u64 xe_lmtt_estimate_pt_size(struct xe_lmtt *lmtt, u64 size);
24 static inline int xe_lmtt_init(struct xe_lmtt *lmtt) { return 0; } in xe_lmtt_init()
25 static inline void xe_lmtt_init_hw(struct xe_lmtt *lmtt) { } in xe_lmtt_init_hw()
H A Dxe_lmtt_types.h12 struct xe_lmtt;
21 struct xe_lmtt { struct
H A Dxe_device_types.h209 struct xe_lmtt lmtt;
H A DMakefile173 xe_lmtt.o \
H A Dxe_gt_sriov_pf_config.c1467 struct xe_lmtt *lmtt; in pf_force_lmtt_invalidate()
1482 struct xe_lmtt *lmtt; in pf_reset_vf_lmtt()
1499 struct xe_lmtt *lmtt; in pf_update_vf_lmtt()