Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/display/
H A Dxe_display.h40 void xe_display_pm_shutdown_late(struct xe_device *xe);
73 static inline void xe_display_pm_shutdown_late(struct xe_device *xe) {} in xe_display_pm_shutdown_late() function
H A Dxe_display.c414 void xe_display_pm_shutdown_late(struct xe_device *xe) in xe_display_pm_shutdown_late() function
/linux/drivers/gpu/drm/xe/
H A Dxe_device.c826 xe_display_pm_shutdown_late(xe); in xe_device_shutdown()