Commit 1dc06d62 authored by Zhenyao Mo's avatar Zhenyao Mo Committed by Commit Bot

Exit GPU process on context lost on Linux.

Some Linux drivers do not seem to recover well after OUT_OF_MEM and context lost.

BUG=893117
TEST=bots
R=piman@chromium.org

Change-Id: I55faefe2d631f3a682dd0b441d2a835836b792a6
Reviewed-on: https://chromium-review.googlesource.com/c/1343102Reviewed-by: default avatarAntoine Labour <piman@chromium.org>
Commit-Queue: Zhenyao Mo <zmo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#609522}
parent 7cd7f842
......@@ -3031,6 +3031,17 @@
"features": [
"disable_aimagereader"
]
},
{
"id": 283,
"cr_bugs": [893177],
"description": "Some drivers can't recover after OUT_OF_MEM and context lost",
"os": {
"type": "linux"
},
"features": [
"exit_on_context_lost"
]
}
]
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment