Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pt.c6 #include "xe_pt.h"
30 struct xe_pt pt;
50 static struct xe_pt_dir *as_xe_pt_dir(struct xe_pt *pt) in as_xe_pt_dir()
55 static struct xe_pt *
58 return container_of(pt_dir->staging[index], struct xe_pt, base); in xe_pt_entry_staging()
79 static void xe_pt_free(struct xe_pt *pt) in xe_pt_free()
94 * Allocate and initialize a single struct xe_pt metadata structure. Also
100 * Return: A valid struct xe_pt pointer on success, Pointer error code on
103 struct xe_pt *xe_pt_create(struct xe_vm *vm, struct xe_tile *tile, in xe_pt_create()
106 struct xe_pt *p in xe_pt_create()
1184 struct xe_pt *xe_pt = entry->pt; xe_vm_dbg_print_entries() local
[all...]
H A Dxe_vm_types.h250 struct xe_pt *pt_root[XE_MAX_TILES_PER_DEVICE];
251 struct xe_pt *scratch_pt[XE_MAX_TILES_PER_DEVICE][XE_VM_MAX_LEVEL];
H A Dxe_migrate.h23 struct xe_pt;
/linux/Documentation/gpu/xe/
H A Dxe_mm.rst28 .. kernel-doc:: drivers/gpu/drm/xe/xe_pt.c