Home
last modified time | relevance | path

Searched refs:xe_display_pm_shutdown (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/display/
H A Dxe_display.h32 void xe_display_pm_shutdown(struct xe_device *xe);
61 static inline void xe_display_pm_shutdown(struct xe_device *xe) {} in xe_display_pm_shutdown() function
/linux/drivers/gpu/drm/xe/
H A Dxe_device.c1053 xe_display_pm_shutdown(xe); in xe_device_shutdown()