|
@@ -1038,6 +1038,7 @@ static bool construct(
|
|
link->link_index = init_params->link_index;
|
|
link->link_index = init_params->link_index;
|
|
|
|
|
|
link->link_id = bios->funcs->get_connector_id(bios, init_params->connector_index);
|
|
link->link_id = bios->funcs->get_connector_id(bios, init_params->connector_index);
|
|
|
|
+ link->dp_ss_off = !!dc_ctx->dc_bios->integrated_info->dp_ss_control;;
|
|
|
|
|
|
if (link->link_id.type != OBJECT_TYPE_CONNECTOR) {
|
|
if (link->link_id.type != OBJECT_TYPE_CONNECTOR) {
|
|
dm_error("%s: Invalid Connector ObjectID from Adapter Service for connector index:%d! type %d expected %d\n",
|
|
dm_error("%s: Invalid Connector ObjectID from Adapter Service for connector index:%d! type %d expected %d\n",
|