We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07e0618 + d21d44d commit d1913b8Copy full SHA for d1913b8
drivers/gpu/drm/xe/xe_guc.c
@@ -631,15 +631,15 @@ int xe_guc_enable_communication(struct xe_guc *guc)
631
struct xe_device *xe = guc_to_xe(guc);
632
int err;
633
634
- guc_enable_irq(guc);
635
-
636
if (IS_SRIOV_VF(xe) && xe_device_has_memirq(xe)) {
637
struct xe_gt *gt = guc_to_gt(guc);
638
struct xe_tile *tile = gt_to_tile(gt);
639
640
err = xe_memirq_init_guc(&tile->sriov.vf.memirq, guc);
641
if (err)
642
return err;
+ } else {
+ guc_enable_irq(guc);
643
}
644
645
xe_mmio_rmw32(guc_to_gt(guc), PMINTRMSK,
0 commit comments