drm_mode_create_tile_group(9) create a tile group from a displayid description

SYNOPSIS

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

ARGUMENTS

dev

DRM device

topology[8]

8-bytes unique per monitor.

DESCRIPTION

Create a tile group for the unique monitor, and get a unique identifier for the tile group.

RETURNS

new tile group or error.

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