drm_panel_add(9) add a panel to the global registry

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 <jesse.barnes@intel.com>
Intel Corporation,         
        

Initial version

Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Ideas on board SPRL,         
        

Driver internals

Daniel Vetter <daniel.vetter@ffwll.ch>
Intel Corporation,         
        

Contributions all over the place

Lukas Wunner <lukas@wunner.de>

vga_switcheroo documentation

COPYRIGHT