forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork1
Commitca98317
committed
drm/i915: Specify which engines to reset following semaphore/event lockups
If the GPU is stuck waiting for an event or for a semaphore, we need toreset the GPU in order to recover. We have to tell the reset routinewhich engines we want reset, but we were still using the old interfaceand declaring it as "not-fatal".Fixes:14b730f ("drm/i915/tdr: Prepare error handler to accept mask of hung engines")Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>Cc: Mika Kuoppala <mika.kuoppala@intel.com>Cc: Michel Thierry <michel.thierry@intel.com>Reviewed-by: Michel Thierry <michel.thierry@intel.com>Link:https://patchwork.freedesktop.org/patch/msgid/20180320100449.1360-1-chris@chris-wilson.co.uk1 parent03380d1 commitca98317
1 file changed
+2
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
249 |
| - | |
| 249 | + | |
250 | 250 |
| |
251 | 251 |
| |
252 | 252 |
| |
| |||
258 | 258 |
| |
259 | 259 |
| |
260 | 260 |
| |
261 |
| - | |
| 261 | + | |
262 | 262 |
| |
263 | 263 |
| |
264 | 264 |
| |
|
0 commit comments
Comments
(0)