Searched refs:xe_bo_create_pin_map_at (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/display/ |
D | xe_plane_initial.c | 127 bo = xe_bo_create_pin_map_at(xe, tile0, NULL, size, phys_base, in initial_plane_bo()
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_bo.h | 94 struct xe_bo *xe_bo_create_pin_map_at(struct xe_device *xe, struct xe_tile *tile,
|
D | xe_bo.c | 1541 struct xe_bo *xe_bo_create_pin_map_at(struct xe_device *xe, struct xe_tile *tile, in xe_bo_create_pin_map_at() function 1584 return xe_bo_create_pin_map_at(xe, tile, vm, size, ~0ull, type, flags); in xe_bo_create_pin_map()
|