---
title: Fuchsia display driver responsibilities
---
flowchart LR
Engine@{ shape: rect, label: "Display engine" }
Connection@{ shape: rect, label: "Display connection" }
DDIC@{ shape: rect, label: "DDIC" }
Panel@{ shape: rect, label: "Display panel" }
subgraph "Panel driver"
DDIC --> Panel
end
subgraph "Display engine driver"
Engine
end
Engine --> Connection --> DDIC