Add a few more AMD devices to the legacy GPU list to avoid crashes.
Crash reporting shows that the following devices all experience crashes in the same place when testing resolutions: 0x1002 0x9850 26.22% Mullins [Radeon R3 Graphics] 0x1002 0x9830 23.78% Kabini [Radeon HD 8400 / R3 Series] 0x1002 0x9874 15.85% 0x1002 0x6821 12.80% Venus XT [Radeon HD 8870M / R9 M270X] 0x1002 0x9851 9.76% Mullins [Radeon R4/R5 Graphics] 0x1002 0x130f 4.88% Kaveri [Radeon R7 Graphics] 0x1002 0x983d 3.66% Temash [Radeon HD 8250/8280G] 0x1002 0x67b1 1.83% Hawaii PRO [Radeon R9 290] 0x1002 0x6798 0.61% Tahiti XT [Radeon HD 7970/8970 OEM / R9 280X] 0x1002 0x130a 0.61% Kaveri [Radeon R6 Graphics] So add them to the blacklist. Since the list is getting a little long, switch it to uint16_t, sort it, and switch to a binary search instead of a linear scan. BUG=822644 TEST=builds. Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I10951afeb39a08f1fa465b6157017925fe69326b Reviewed-on: https://chromium-review.googlesource.com/988794Reviewed-by:Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#547331}
Showing
Please register or sign in to comment