Commit b11a020
drm/xe: Do clean shutdown also when using flr
Currently Xe driver is triggering flr without any clean-up on
shutdown. This is causing random warnings from pending related works as the
underlying hardware is reset in the middle of their execution.
Fix this by performing clean shutdown also when using flr.
Fixes: 501d799 ("drm/xe: Wire up device shutdown handler")
Cc: Maarten Lankhorst <[email protected]>
Signed-off-by: Jouni Högander <[email protected]>
Reviewed-by: Maarten Lankhorst <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Maarten Lankhorst <[email protected]>
(cherry picked from commit a4ff26b)
Signed-off-by: Lucas De Marchi <[email protected]>1 parent 9cd27ee commit b11a020
1 file changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
983 | 983 | | |
984 | 984 | | |
985 | 985 | | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
986 | 989 | | |
987 | 990 | | |
988 | | - | |
989 | | - | |
990 | | - | |
| 991 | + | |
991 | 992 | | |
992 | | - | |
| 993 | + | |
993 | 994 | | |
994 | | - | |
| 995 | + | |
| 996 | + | |
995 | 997 | | |
996 | | - | |
997 | | - | |
| 998 | + | |
998 | 999 | | |
999 | | - | |
1000 | | - | |
| 1000 | + | |
1001 | 1001 | | |
1002 | 1002 | | |
1003 | 1003 | | |
| |||
0 commit comments