Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_edp_panel_control.c481 union dpcd_alpm_configuration alpm_config; in edp_power_alpm_dpcd_enable() local
484 memset(&alpm_config, 0, sizeof(alpm_config)); in edp_power_alpm_dpcd_enable()
486 alpm_config.bits.ENABLE = (enable ? true : false); in edp_power_alpm_dpcd_enable()
488 DP_RECEIVER_ALPM_CONFIG, &alpm_config.raw, in edp_power_alpm_dpcd_enable()
489 sizeof(alpm_config.raw)); in edp_power_alpm_dpcd_enable()
934 union dpcd_alpm_configuration alpm_config; in edp_setup_replay() local
985 memset(&alpm_config, 0, sizeof(alpm_config)); in edp_setup_replay()
986 alpm_config.bits.ENABLE = 1; in edp_setup_replay()
991 &alpm_config.raw, in edp_setup_replay()
992 sizeof(alpm_config.raw)); in edp_setup_replay()