Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/display/
H A Dxe_display.h38 void xe_display_pm_shutdown(struct xe_device *xe);
71 static inline void xe_display_pm_shutdown(struct xe_device *xe) {} in xe_display_pm_shutdown() function
H A Dxe_display.c360 void xe_display_pm_shutdown(struct xe_device *xe) in xe_display_pm_shutdown() function
/linux/drivers/gpu/drm/xe/
H A Dxe_device.c819 xe_display_pm_shutdown(xe); in xe_device_shutdown()