DRM database property: TILE
Back to index
Details
- Name
TILE
- Flags
- immutable
- Type
- blob
- Attached to
- connector
- Specification
- <none>
Documentation
Connector tile group property to indicate how a set of DRM connector
compose together into one logical screen. This is used by both high-res
external screens (often only using a single cable, but exposing multiple
DP MST sinks), or high-res integrated panels (like dual-link DSI) which
are not gen-locked. Note that for tiled panels which are genlocked, like
dual-link LVDS or dual-link DSI, the driver should try to not expose the
tiling and virtualise both &drm_crtc and &drm_plane if needed. Drivers
should update this value using drm_connector_set_tile_property().
Userspace cannot change this property.
Driver support