| // Copyright 2023 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. | |
| /// The interface exposed by the display driver stack to its consumers. | |
| /// | |
| /// The Display Coordinator is the top of the display driver stack. It maintains | |
| /// the state needed to multiplex the display engine hardware across multiple | |
| /// display clients. | |
| @available(added=HEAD) | |
| library fuchsia.hardware.display; |