mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 13:15:57 +00:00
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>
This commit is contained in:
parent
5b5f145527
commit
bc8c131ccd
@ -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);
|
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.path_property, 0);
|
||||||
|
drm_object_attach_property(&connector->base, dev->mode_config.tile_property, 0);
|
||||||
drm_mode_connector_set_path_property(connector, pathprop);
|
drm_mode_connector_set_path_property(connector, pathprop);
|
||||||
|
|
||||||
return connector;
|
return connector;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user