VOOZH about

URL: https://manpages.org/of_drm_find_panel/9

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


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 <[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