Searched refs:xe_ptw (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_pt_walk.h | 18 struct xe_ptw { struct 19 struct xe_ptw **children; argument 59 typedef int (*xe_pt_entry_fn)(struct xe_ptw *parent, pgoff_t offset, 61 struct xe_ptw **child, 83 int xe_pt_walk_range(struct xe_ptw *parent, unsigned int level, 86 int xe_pt_walk_shared(struct xe_ptw *parent, unsigned int level,
|
H A D | xe_pt_walk.c | 73 int xe_pt_walk_range(struct xe_ptw *parent, unsigned int level, in xe_pt_walk_range() 77 struct xe_ptw **entries = parent->children ? parent->children : NULL; in xe_pt_walk_range() 80 struct xe_ptw *child; in xe_pt_walk_range() 139 int xe_pt_walk_shared(struct xe_ptw *parent, unsigned int level, in xe_pt_walk_shared() 144 struct xe_ptw *child = parent; in xe_pt_walk_shared()
|
H A D | xe_pt_types.h | 28 struct xe_ptw base;
|