Name

drm_mode_create_tile_group — 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.