Home
last modified time | relevance | path

Searched refs:xe_display_irq_postinstall (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/drivers/gpu/drm/xe/display/
Dxe_display.h35 void xe_display_irq_postinstall(struct xe_device *xe, struct xe_gt *gt);
69 static inline void xe_display_irq_postinstall(struct xe_device *xe, struct xe_gt *gt) {} in xe_display_irq_postinstall() function
Dxe_display.c286 void xe_display_irq_postinstall(struct xe_device *xe, struct xe_gt *gt) in xe_display_irq_postinstall() function
/linux-6.14.4/drivers/gpu/drm/xe/
Dxe_irq.c636 xe_display_irq_postinstall(xe, xe_root_mmio_gt(xe)); in xe_irq_postinstall()