Skip to content

Commit 52a4059

Browse files
committed
Prefer Gfxstream over Gfxstream+ANGLE temporarily
until AMD check updated.
1 parent 0163858 commit 52a4059

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

base/cvd/cuttlefish/host/commands/assemble_cvd/graphics_flags.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ std::vector<GpuMode> GetGpuModeCandidates(const GuestConfig& guest_config) {
397397
gpu_mode_candidates.push_back(GpuMode::DrmVirgl);
398398
}
399399

400-
gpu_mode_candidates.push_back(GpuMode::GfxstreamGuestAngle);
401400
gpu_mode_candidates.push_back(GpuMode::Gfxstream);
401+
gpu_mode_candidates.push_back(GpuMode::GfxstreamGuestAngle);
402402
gpu_mode_candidates.push_back(GpuMode::GfxstreamGuestAngleHostSwiftshader);
403403
gpu_mode_candidates.push_back(GpuMode::GfxstreamGuestAngleHostLavapipe);
404404
gpu_mode_candidates.push_back(GpuMode::GuestSwiftshader);

e2etests/cvd/graphics_detector_tests/main_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ func TestLaunchingWithAutoEnablesGfxstream(t *testing.T) {
4444
if err != nil {
4545
t.Fatalf("failed to get EGL sysprop: %w", err)
4646
}
47-
if gl_driver != "angle" {
48-
t.Errorf(`"ro.hardware.egl" was "%s"; expected "angle"`, gl_driver)
47+
if gl_driver != "emulation" {
48+
t.Errorf(`"ro.hardware.egl" was "%s"; expected "emulation"`, gl_driver)
4949
}
5050

5151
vk_driver, err := c.GetSyspropString("ro.hardware.vulkan")

0 commit comments

Comments
 (0)