Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/display/
H A Dxe_display.h35 void xe_display_irq_postinstall(struct xe_device *xe, struct xe_gt *gt);
68 static inline void xe_display_irq_postinstall(struct xe_device *xe, struct xe_gt *gt) {} in xe_display_irq_postinstall() function
H A Dxe_display.c274 void xe_display_irq_postinstall(struct xe_device *xe, struct xe_gt *gt) in xe_display_irq_postinstall() function
/linux/drivers/gpu/drm/xe/
H A Dxe_irq.c625 xe_display_irq_postinstall(xe, xe_root_mmio_gt(xe)); in xe_irq_postinstall()