diff options
author | Dave Airlie <airlied@redhat.com> | 2015-10-15 09:04:21 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2015-10-15 09:05:17 +1000 |
commit | bc8c131ccdd62d4ed4f33c6b50f92907e7c32dee (patch) | |
tree | c0d69c72817289e0bc8da4511f787e43c6a54a10 /drivers/gpu | |
parent | 5b5f1455272e23f4e7889cec37228802d8d01adf (diff) | |
download | linux-bc8c131ccdd62d4ed4f33c6b50f92907e7c32dee.tar.gz linux-bc8c131ccdd62d4ed4f33c6b50f92907e7c32dee.tar.bz2 linux-bc8c131ccdd62d4ed4f33c6b50f92907e7c32dee.zip |
drm/radeon: attach tile property to mst connector
This allows tiled monitors to work with radeon once mst is enabled.
Cc: stable@vger.kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_dp_mst.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_dp_mst.c b/drivers/gpu/drm/radeon/radeon_dp_mst.c index 6cddae44fa6e..744f5c49c664 100644 --- a/drivers/gpu/drm/radeon/radeon_dp_mst.c +++ b/drivers/gpu/drm/radeon/radeon_dp_mst.c @@ -283,6 +283,7 @@ static struct drm_connector *radeon_dp_add_mst_connector(struct drm_dp_mst_topol radeon_connector->mst_encoder = radeon_dp_create_fake_mst_encoder(master); drm_object_attach_property(&connector->base, dev->mode_config.path_property, 0); + drm_object_attach_property(&connector->base, dev->mode_config.tile_property, 0); drm_mode_connector_set_path_property(connector, pathprop); return connector; |