tree: e3e0f84bfbdecf6efff43960a82300294d1aca5e [path history] [tgz]
  1. BUILD.gn
  2. fake-display-stack.cc
  3. fake-display-stack.h
  4. fake-display-test.cc
  5. fake-display.cc
  6. fake-display.h
  7. image-info.cc
  8. image-info.h
  9. README.md
  10. sysmem-device-wrapper.h
  11. sysmem-proxy-device.cc
  12. sysmem-proxy-device.h
src/graphics/display/drivers/fake/README.md

Fake Display Driver Stack

FakeDisplayStack is a series of drivers provided as standalone device nodes (device tree) independent from the system display coordinator and display engine drivers.

This includes a fake display driver, a fake display coordinator driver and a fake sysmem Allocator driver.

Fake display driver

fake-display is a display engine driver that allows clients to import and present images and capture the current displayed contents.

The fake-display driver exports structured display configuration and state using the Inspect API only for developer debugging purpose. Tests must not depend on the inspection contents from driver host or components providing fake-display.