Lines Matching defs:tile
975 * TILE:
976 * Connector tile group property to indicate how a set of DRM connector
1212 "TILE", 0);
1851 * drm_connector_set_path_property - set tile property on connector
1880 * drm_connector_set_tile_property - set tile property on connector
1883 * This looks up the tile information for a connector, and creates a
1895 char tile[256];
1908 snprintf(tile, 256, "%d:%d:%d:%d:%d:%d:%d:%d",
1916 strlen(tile) + 1,
1917 tile,
1931 * Since we also parse tile information from EDID's displayID block, we also
1932 * set the connector's tile property here. See drm_connector_set_tile_property()
2308 * DOC: Tile group
2310 * Tile groups are used to represent tiled monitors with a unique integer
2312 * we store this in a tile group, so we have a common identifier for all tiles
2313 * in a monitor group. The property is called "TILE". Drivers can manage tile
2316 * the tile group information is exposed through a non-standard way.
2330 * drm_mode_put_tile_group - drop a reference to a tile group.
2332 * @tg: tile group to drop reference to.
2334 * drop reference to tile group and free if 0.
2344 * drm_mode_get_tile_group - get a reference to an existing tile group
2348 * Use the unique bytes to get a reference to an existing tile group.
2351 * tile group or NULL if not found.
2373 * drm_mode_create_tile_group - create a tile group from a displayid description
2377 * Create a tile group for the unique monitor, and get a unique
2378 * identifier for the tile group.
2381 * new tile group or NULL.