diff options
Diffstat (limited to 'drivers/gpu/drm/xe/xe_pci.c')
| -rw-r--r-- | drivers/gpu/drm/xe/xe_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c index d56b1c566d81..f0db422def9d 100644 --- a/drivers/gpu/drm/xe/xe_pci.c +++ b/drivers/gpu/drm/xe/xe_pci.c @@ -544,7 +544,7 @@ static int xe_info_init(struct xe_device *xe, gt = &tile->primary_gt; gt->info.id = id; - gt->xe = xe; + gt->tile = tile; if (id == 0) { gt->info.type = XE_GT_TYPE_MAIN; |
