mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
drm/xe: Move suballocator init to after display init
No allocations should be done before we have had a chance to preserve the display fb. Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20241210083111.230484-4-dev@lankhorst.se Signed-off-by: Maarten Lankhorst <dev@lankhorst.se>
This commit is contained in:
@@ -12,6 +12,7 @@ struct xe_tile;
|
||||
|
||||
int xe_tile_init_early(struct xe_tile *tile, struct xe_device *xe, u8 id);
|
||||
int xe_tile_init_noalloc(struct xe_tile *tile);
|
||||
int xe_tile_init(struct xe_tile *tile);
|
||||
|
||||
void xe_tile_migrate_wait(struct xe_tile *tile);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user