Commit 2fcff9f3 authored by Drew Davenport's avatar Drew Davenport Committed by Commit Bot

gpu: Set exit_on_context_loss for AMD chromebooks

Before https://crrev.com/c/1363676, a logic bug ensured that
all Chrome OS devices would exit the gpu process on context loss.

It turns out that this workaround was necessary for AMD chromebooks to pass
the dEQP-EGL.functional.robustness.reset_context.shaders.infinite_loop.*
tests.

BUG=b:123606754
TEST=pass dEQP-EGL on grunt

Change-Id: I34f2d601cc0643cdae568955830e56ac3164f851
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1504304
Commit-Queue: Drew Davenport <ddavenport@chromium.org>
Reviewed-by: default avatarStéphane Marchesin <marcheu@chromium.org>
Reviewed-by: default avatarAntoine Labour <piman@chromium.org>
Auto-Submit: Drew Davenport <ddavenport@chromium.org>
Cr-Commit-Position: refs/heads/master@{#638698}
parent 98ac778e
...@@ -3207,6 +3207,18 @@ ...@@ -3207,6 +3207,18 @@
"features": [ "features": [
"rely_on_implicit_sync_for_swap_buffers" "rely_on_implicit_sync_for_swap_buffers"
] ]
},
{
"id": 297,
"cr_bugs": [938678],
"description": "Needed to pass dEQP-EGL.functional.robustness.reset_context.shaders.infinite_loop.*",
"os": {
"type" : "chromeos"
},
"vendor_id": "0x1002",
"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