]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Defer memirq init until needed
authorMaarten Lankhorst <dev@lankhorst.se>
Thu, 19 Jun 2025 10:49:00 +0000 (12:49 +0200)
committerMaarten Lankhorst <dev@lankhorst.se>
Thu, 26 Jun 2025 20:07:44 +0000 (22:07 +0200)
commite6018b194b45b1793d61e28e8793efa21c08bd54
tree77bd9799011cf2d32fcd03c467f7e42d974d47e1
parentb5870168783168f670bd55ebb00fd8207cb42479
drm/xe: Defer memirq init until needed

memirqs require allocations into GGTT, which we cannot use until
after display is enabled.

Now that the initialisation of interrupts is postponed, move memirq
init too.

Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Ilia Levi <ilia.levi@intel.com>
Link: https://lore.kernel.org/r/20250619104858.418440-14-dev@lankhorst.se
Signed-off-by: Maarten Lankhorst <dev@lankhorst.se>
drivers/gpu/drm/xe/xe_device.c
drivers/gpu/drm/xe/xe_tile.c