Skip to content

Commit c5e4352

Browse files
timvpGooglecjreynol
authored andcommitted
[skip ci] cuttlefish: Set default HW composer to drm_hwcomposer
Change the default hardware composer from Ranchu to drm-hwcomposer. Bug: 358098266 Bug: 377306698 Test: CQ Test: Woodchipper (see b/377306698) Change-Id: Ided40f7deeeb28f8ebdfc71d7f2aa37aa3712d68 GitOrigin-RevId: 8e9febd
1 parent 95a2f9e commit c5e4352

File tree

1 file changed

+2
-4
lines changed
  • staging/host/commands/assemble_cvd

1 file changed

+2
-4
lines changed

staging/host/commands/assemble_cvd/flags.cc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,12 +1685,10 @@ Result<CuttlefishConfig> InitializeCuttlefishConfiguration(
16851685
}
16861686

16871687
if (hwcomposer_vec[instance_index] == kHwComposerAuto) {
1688-
if (gpu_mode == kGpuModeDrmVirgl) {
1689-
instance.set_hwcomposer(kHwComposerDrm);
1690-
} else if (gpu_mode == kGpuModeNone) {
1688+
if (gpu_mode == kGpuModeNone) {
16911689
instance.set_hwcomposer(kHwComposerNone);
16921690
} else {
1693-
instance.set_hwcomposer(kHwComposerRanchu);
1691+
instance.set_hwcomposer(kHwComposerDrm);
16941692
}
16951693
}
16961694

0 commit comments

Comments
 (0)