GuC will need to be loaded earlier during probe. And in order to load
GuC, we will need the ability to create system memory allocations.
Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
xe_mmio_probe_tiles(xe);
+ xe_ttm_sys_mgr_init(xe);
+
err = drmm_add_action_or_reset(&xe->drm, xe_driver_flr_fini, xe);
if (err)
return err;
if (err)
goto err_irq_shutdown;
- xe_ttm_sys_mgr_init(xe);
-
for_each_tile(tile, xe, id) {
err = xe_tile_init_noalloc(tile);
if (err)