drm_panel_get_modes(9) probe the available display modes of a panel

SYNOPSIS

int drm_panel_get_modes(struct drm_panel * panel);

ARGUMENTS

panel

DRM panel

DESCRIPTION

The modes probed from the panel are automatically added to the connector that the panel is attached to.

RETURN

The number of modes available from the panel 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