Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_factory.c540 if (!link->dc->config.allow_edp_hotplug_detection) in construct_phy()
543 switch (link->dc->config.allow_edp_hotplug_detection) { in construct_phy()
H A Dlink_detection.c876 (!link->dc->config.allow_edp_hotplug_detection)) && in detect_link_and_local_sink()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h421 uint32_t allow_edp_hotplug_detection; member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c2980 *val = adev->dm.dc->config.allow_edp_hotplug_detection; in allow_edp_hotplug_detection_get()
2993 adev->dm.dc->config.allow_edp_hotplug_detection = (uint32_t) val; in allow_edp_hotplug_detection_set()