We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f557d commit 00f6a86Copy full SHA for 00f6a86
drivers/gpu/drm/xe/xe_device.c
@@ -963,20 +963,16 @@ int xe_device_add_action_or_reset(struct xe_device *xe,
963
return 0;
964
}
965
966
-static void xe_device_remove_display(struct xe_device *xe)
+void xe_device_remove(struct xe_device *xe)
967
{
968
xe_display_unregister(xe);
969
970
drm_dev_unplug(&xe->drm);
971
+
972
xe_display_driver_remove(xe);
-}
973
974
-void xe_device_remove(struct xe_device *xe)
975
-{
976
xe_oa_unregister(xe);
977
978
- xe_device_remove_display(xe);
979
-
980
xe_heci_gsc_fini(xe);
981
982
xe_device_call_remove_actions(xe);
0 commit comments