]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: Defer irq init until after xe_display_init_noaccel
authorMaarten Lankhorst <dev@lankhorst.se>
Tue, 21 Jan 2025 14:28:49 +0000 (15:28 +0100)
committerMaarten Lankhorst <dev@lankhorst.se>
Fri, 31 Jan 2025 08:42:18 +0000 (09:42 +0100)
commitf595fe5f6ae7d74d7352e2577ca1577704b64b3b
tree09d9834ec2854f15e9388e8531b8c53f406d2487
parentcf29a866a139519d6274756d65ebc29c9d749034
drm/xe: Defer irq init until after xe_display_init_noaccel

As stated in previous commit, we have to move interrupt handling
until after xe_display_init_noaccel, as using memirqs would require
an allocation.

A full solution will of course require memirq allocation to be moved,
but the first part only focuses on the required changes to display.

Reviewed-by: Ilia Levi <ilia.levi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250121142850.4960-2-dev@lankhorst.se
Signed-off-by: Maarten Lankhorst <dev@lankhorst.se>
drivers/gpu/drm/xe/xe_device.c