| // Copyright 2018 The Fuchsia Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #ifndef SRC_VIRTUALIZATION_BIN_VMM_DEVICE_GPU_H_ | |
| #define SRC_VIRTUALIZATION_BIN_VMM_DEVICE_GPU_H_ | |
| #include <stdint.h> | |
| static constexpr uint32_t kGpuStartupWidth = 1280; | |
| static constexpr uint32_t kGpuStartupHeight = 720; | |
| #endif // SRC_VIRTUALIZATION_BIN_VMM_DEVICE_GPU_H_ |