Skip to content

Commit

Permalink
[Dr-Dc] Add more devices to be blocklisted.
Browse files Browse the repository at this point in the history
Add more devices to be blocklisted here in chrome code since adding it
via finch is very slow.

Bug: 1340054
Change-Id: I3343d67ede012765fbfe36d6feb34a505d1a389e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3842363
Auto-Submit: vikas soni <vikassoni@chromium.org>
Commit-Queue: vikas soni <vikassoni@chromium.org>
Reviewed-by: Sunny Sachanandani <sunnyps@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1037178}
  • Loading branch information
vikaschromie authored and Chromium LUCI CQ committed Aug 19, 2022
1 parent d06ca74 commit 50a85fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gpu/config/gpu_finch_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,9 @@ const base::FeatureParam<std::string> kVulkanBlockListByAndroidBuildFP{
// Blocklists meant for DrDc.
// crbug.com/1294648
const base::FeatureParam<std::string> kDrDcBlockListByDevice{
&kEnableDrDc, "BlockListByDevice", "LF9810_2GB"};
&kEnableDrDc, "BlockListByDevice",
"LF9810_2GB|amber|chopin|secret|a03|SO-51B|on7xelte|j7xelte|F41B|doha|"
"rk322x_box|a20s"};

// crbug.com/1340059, crbug.com/1340064
const base::FeatureParam<std::string> kDrDcBlockListByModel{
Expand Down

0 comments on commit 50a85fa

Please sign in to comment.