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.

(cherry picked from commit 50a85fa)

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-Original-Commit-Position: refs/heads/main@{#1037178}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3840823
Reviewed-by: vikas soni <vikassoni@chromium.org>
Cr-Commit-Position: refs/branch-heads/5249@{#4}
Cr-Branched-From: 4f7bea5-refs/heads/main@{#1036826}
  • Loading branch information
vikaschromie authored and Krishna Govind committed Aug 19, 2022
1 parent 3726a11 commit aaaa0e3
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 aaaa0e3

Please sign in to comment.