new_connection_type 1178 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	enum dc_connection_type new_connection_type = dc_connection_none;
new_connection_type 1214 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		if (!dc_link_detect_sink(aconnector->dc_link, &new_connection_type))
new_connection_type 1217 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		if (aconnector->base.force && new_connection_type == dc_connection_none)
new_connection_type 1464 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	enum dc_connection_type new_connection_type = dc_connection_none;
new_connection_type 1475 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	if (!dc_link_detect_sink(aconnector->dc_link, &new_connection_type))
new_connection_type 1478 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	if (aconnector->base.force && new_connection_type == dc_connection_none) {
new_connection_type 1589 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	enum dc_connection_type new_connection_type = dc_connection_none;
new_connection_type 1602 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		if (!dc_link_detect_sink(dc_link, &new_connection_type))
new_connection_type 1605 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		if (aconnector->base.force && new_connection_type == dc_connection_none) {
new_connection_type 2240 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	enum dc_connection_type new_connection_type = dc_connection_none;
new_connection_type 2337 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		if (!dc_link_detect_sink(link, &new_connection_type))
new_connection_type 2340 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		if (aconnector->base.force && new_connection_type == dc_connection_none) {
new_connection_type  755 drivers/gpu/drm/amd/display/dc/core/dc_link.c 	enum dc_connection_type new_connection_type = dc_connection_none;
new_connection_type  766 drivers/gpu/drm/amd/display/dc/core/dc_link.c 	if (false == dc_link_detect_sink(link, &new_connection_type)) {
new_connection_type  778 drivers/gpu/drm/amd/display/dc/core/dc_link.c 	if (new_connection_type != dc_connection_none) {
new_connection_type  779 drivers/gpu/drm/amd/display/dc/core/dc_link.c 		link->type = new_connection_type;