Searched refs:new_connection_type (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c865 enum dc_connection_type new_connection_type = dc_connection_none; local
889 if (!link_detect_connection_type(link, &new_connection_type)) {
901 if (new_connection_type != dc_connection_none) {
902 link->type = new_connection_type;
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1387 enum dc_connection_type new_connection_type = dc_connection_none; local
1405 if (!dc_link_detect_connection_type(dc_link, &new_connection_type))
1409 if (new_connection_type == dc_connection_none)
2876 enum dc_connection_type new_connection_type = dc_connection_none; local
2994 if (!dc_link_detect_connection_type(aconnector->dc_link, &new_connection_type))
2997 if (aconnector->base.force && new_connection_type == dc_connection_none) {
3332 enum dc_connection_type new_connection_type = dc_connection_none; local
3355 if (!dc_link_detect_connection_type(aconnector->dc_link, &new_connection_type))
3358 if (aconnector->base.force && new_connection_type == dc_connection_none) {
3421 enum dc_connection_type new_connection_type local
4420 enum dc_connection_type new_connection_type = dc_connection_none; local
[all...]
H A Damdgpu_dm_debugfs.c1362 enum dc_connection_type new_connection_type = dc_connection_none; local
1408 if (!dc_link_detect_connection_type(aconnector->dc_link, &new_connection_type) &&
1409 new_connection_type != dc_connection_none)

Completed in 575 milliseconds