Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hpo/dcn32/
H A Ddcn32_hpo_dp_link_encoder.c48 uint32_t dp_alt_mode_disable = 0; in dcn32_hpo_dp_link_enc_is_in_alt_mode() local
53 REG_GET(RDPCSTX_PHY_CNTL6[enc->transmitter], RDPCS_PHY_DPALT_DISABLE, &dp_alt_mode_disable); in dcn32_hpo_dp_link_enc_is_in_alt_mode()
54 return (dp_alt_mode_disable == 0); in dcn32_hpo_dp_link_enc_is_in_alt_mode()
/linux/drivers/gpu/drm/amd/display/dc/hpo/dcn31/
H A Ddcn31_hpo_dp_link_encoder.c443 uint32_t dp_alt_mode_disable = 0; in dcn31_hpo_dp_link_enc_is_in_alt_mode() local
448 REG_GET(RDPCSTX_PHY_CNTL6[enc->transmitter], RDPCS_PHY_DPALT_DISABLE, &dp_alt_mode_disable); in dcn31_hpo_dp_link_enc_is_in_alt_mode()
449 return (dp_alt_mode_disable == 0); in dcn31_hpo_dp_link_enc_is_in_alt_mode()