Home
last modified time | relevance | path

Searched refs:allow_edp_hotplug_detection (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_factory.c558 if (!link->dc->config.allow_edp_hotplug_detection) in construct_phy()
561 switch (link->dc->config.allow_edp_hotplug_detection) { in construct_phy()
H A Dlink_detection.c872 (!link->dc->config.allow_edp_hotplug_detection)) && in detect_link_and_local_sink()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h411 uint32_t allow_edp_hotplug_detection; member
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c2949 *val = adev->dm.dc->config.allow_edp_hotplug_detection; in allow_edp_hotplug_detection_get()
2962 adev->dm.dc->config.allow_edp_hotplug_detection = (uint32_t) val; in allow_edp_hotplug_detection_set()