Commit c9c8494e authored by Brian Sheedy's avatar Brian Sheedy Committed by Commit Bot

Add Intel UHD 630 to approved GPUs

Adds the Intel UHD 630 to the list of approved Intel GPUs on Windows in
the GPU integration tests. Without this, one of the
info_collection_tests fails on the new Optiplex 7060 that is being
qualified.

Bug: 986939
Change-Id: I2d71c2a8499367e8c6de131e8f41279e0f4b3b91
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1737810
Auto-Submit: Brian Sheedy <bsheedy@chromium.org>
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#684394}
parent 23d6b7e2
......@@ -20,7 +20,7 @@ ResultType = json_results.ResultType
_SUPPORTED_WIN_VERSIONS = ['win7', 'win10']
_SUPPORTED_WIN_VERSIONS_WITH_DIRECT_COMPOSITION = ['win10']
_SUPPORTED_WIN_GPU_VENDORS = [0x8086, 0x10de, 0x1002]
_SUPPORTED_WIN_INTEL_GPUS = [0x5912]
_SUPPORTED_WIN_INTEL_GPUS = [0x5912, 0x3e92]
_SUPPORTED_WIN_INTEL_GPUS_WITH_YUY2_OVERLAYS = [0x5912]
_SUPPORTED_WIN_INTEL_GPUS_WITH_NV12_OVERLAYS = [0x5912]
......
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