drm/xe: Fix Meteor Lake rsa issue on guc loading
[ 117.901473] xe 0000:00:02.0: [drm] GuC load failed: status = 0x400000A0 [ 117.901506] xe 0000:00:02.0: [drm] GuC load failed: status: Reset = 0, BootROM = 0x50, UKernel = 0x00, MIA = 0x00, Auth = 0x01 Signed-off-by: Philippe Lecluse <philippe.lecluse@intel.com> Reviewed-by: Matthew Brost <matthew.brost@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
This commit is contained in:
parent
9484c7dce4
commit
6c8c1e74fa
@ -436,6 +436,8 @@ static int gt_fw_domain_init(struct xe_gt *gt)
|
||||
if (err)
|
||||
goto err_hw_fence_irq;
|
||||
|
||||
setup_private_ppat(gt);
|
||||
|
||||
if (!xe_gt_is_media_type(gt)) {
|
||||
err = xe_ggtt_init(gt, gt->mem.ggtt);
|
||||
if (err)
|
||||
@ -488,8 +490,6 @@ static int all_fw_domain_init(struct xe_gt *gt)
|
||||
if (err)
|
||||
goto err_hw_fence_irq;
|
||||
|
||||
setup_private_ppat(gt);
|
||||
|
||||
xe_reg_sr_apply_mmio(>->reg_sr, gt);
|
||||
|
||||
err = xe_gt_clock_init(gt);
|
||||
|
Loading…
x
Reference in New Issue
Block a user