drm_mode_get_tile_group(9) get a reference to an existing tile group

SYNOPSIS

struct drm_tile_group * drm_mode_get_tile_group(struct drm_device * dev, char topology[8]);

ARGUMENTS

dev

DRM device

topology[8]

8-bytes unique per monitor.

DESCRIPTION

Use the unique bytes to get a reference to an existing tile group.

RETURNS

tile group or NULL if not 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