Home
last modified time | relevance | path

Searched refs:detect_connection_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dlink.h108 bool (*detect_connection_type)(struct dc_link *link, member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_exports.c89 return link->dc->link_srv->detect_connection_type(link, type); in dc_link_detect_connection_type()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_factory.c71 link_srv->detect_connection_type = link_detect_connection_type; in construct_link_service_detection()