23.2.1 Single output graphics adapters

Graphics controllers that are connected to a single output device are the simplest type of UEFI graphics driver. They produce a single child handle and attach both Device Path and Graphics Output protocols onto that handle. They need a single data structure to manage the device. An example of a single output graphics driver stack is shown below.

Figure 26-Example single-output graphics driver Implementation