of_drm_find_panel(9) look up a panel using a device tree node

SYNOPSIS

struct drm_panel * of_drm_find_panel(struct device_node * np);

ARGUMENTS

np

device tree node of the panel

DESCRIPTION

Searches the set of registered panels for one that matches the given device tree node. If a matching panel is found, return a pointer to it.

RETURN

A pointer to the panel registered for the specified device tree node or NULL if no panel matching the device tree node can be found.

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