Home
last modified time | relevance | path

Searched refs:DP_PANEL_MODE_EDP (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/display/include/
H A Dlink_service_types.h183 DP_PANEL_MODE_EDP, enumerator
/openbsd/sys/dev/pci/drm/amd/display/dc/link/protocols/
H A Dlink_edp_panel_control.c59 case DP_PANEL_MODE_EDP: in dp_set_panel_mode()
146 return DP_PANEL_MODE_EDP; in dp_get_panel_mode()
H A Dlink_dp_training.c1593 if (panel_mode == DP_PANEL_MODE_EDP) { in perform_link_training_with_retries()
1604 if (!result && link->panel_mode != DP_PANEL_MODE_EDP) in perform_link_training_with_retries()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_link_encoder.c239 case DP_PANEL_MODE_EDP: in setup_panel_mode()
/openbsd/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddce_link_encoder.c309 case DP_PANEL_MODE_EDP: in setup_panel_mode()
/openbsd/sys/dev/pci/drm/amd/display/dc/link/
H A Dlink_dpms.c700 config.assr_enabled = (panel_mode == DP_PANEL_MODE_EDP) ? 1 : 0; in update_psp_stream_config()