SYNOPSIS
- int drm_panel_add(struct drm_panel * panel);
ARGUMENTS
panel
-
- panel to add
DESCRIPTION
Add a panel to the global registry so that it can be looked up by display drivers.
RETURN
0 on success or a negative error code on failure.
AUTHORS
Jesse Barnes <[email protected]>
Intel Corporation,
- Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
- Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
- Contributions all over the place
Lukas Wunner <[email protected]>
- vga_switcheroo documentation
COPYRIGHT