Skip to content

Commit

Permalink
Revert "[Dr-Dc] Add more devices to be blocklisted."
Browse files Browse the repository at this point in the history
This reverts commit aaaa0e3.

Reason for revert: crbug.com/1354945

Original change's description:
> [Dr-Dc] Add more devices to be blocklisted.
>
> 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 <[email protected]>
> Commit-Queue: vikas soni <[email protected]>
> Reviewed-by: Sunny Sachanandani <[email protected]>
> Cr-Original-Commit-Position: refs/heads/main@{#1037178}
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3840823
> Reviewed-by: vikas soni <[email protected]>
> Cr-Commit-Position: refs/branch-heads/5249@{#4}
> Cr-Branched-From: 4f7bea5-refs/heads/main@{#1036826}

Bug: 1340054
Change-Id: I20133a4a07dd9d389172a53585e39765cfbf8e4b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3848921
Owners-Override: Krishna Govind <[email protected]>
Commit-Queue: vikas soni <[email protected]>
Reviewed-by: Krishna Govind <[email protected]>
Cr-Commit-Position: refs/branch-heads/5249@{#34}
Cr-Branched-From: 4f7bea5-refs/heads/main@{#1036826}
  • Loading branch information
vikaschromie authored and Chromium LUCI CQ committed Aug 23, 2022
1 parent 2d2356e commit 75fd606
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gpu/config/gpu_finch_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,7 @@ const base::FeatureParam<std::string> kVulkanBlockListByAndroidBuildFP{
// Blocklists meant for DrDc.
// crbug.com/1294648
const base::FeatureParam<std::string> kDrDcBlockListByDevice{
&kEnableDrDc, "BlockListByDevice",
"LF9810_2GB|amber|chopin|secret|a03|SO-51B|on7xelte|j7xelte|F41B|doha|"
"rk322x_box|a20s"};
&kEnableDrDc, "BlockListByDevice", "LF9810_2GB"};

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

0 comments on commit 75fd606

Please sign in to comment.