Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_edp_panel_control.c997 union panel_replay_enable_and_configuration_1 pr_config_1 = { 0 }; in edp_setup_panel_replay() local
1010 (uint8_t *)&(pr_config_1.raw), sizeof(uint8_t)); in edp_setup_panel_replay()
1056 pr_config_1.bits.PANEL_REPLAY_ENABLE = 1; in edp_setup_panel_replay()
1057 pr_config_1.bits.PANEL_REPLAY_CRC_ENABLE = 1; in edp_setup_panel_replay()
1058 pr_config_1.bits.IRQ_HPD_ASSDP_MISSING = 1; in edp_setup_panel_replay()
1059 pr_config_1.bits.IRQ_HPD_VSCSDP_UNCORRECTABLE_ERROR = 1; in edp_setup_panel_replay()
1060 pr_config_1.bits.IRQ_HPD_RFB_ERROR = 1; in edp_setup_panel_replay()
1061 pr_config_1.bits.IRQ_HPD_ACTIVE_FRAME_CRC_ERROR = 1; in edp_setup_panel_replay()
1062 pr_config_1.bits.PANEL_REPLAY_SELECTIVE_UPDATE_ENABLE = 1; in edp_setup_panel_replay()
1063 pr_config_1.bits.PANEL_REPLAY_EARLY_TRANSPORT_ENABLE = 1; in edp_setup_panel_replay()
[all …]