Searched refs:mst_enc (Results 1 – 3 of 3) sorted by relevance
26 struct radeon_encoder_mst *mst_enc, in radeon_dp_mst_set_be_cntl() argument42 reg |= NI_DIG_FE_SOURCE_SELECT(1 << mst_enc->fe); in radeon_dp_mst_set_be_cntl()44 reg &= ~NI_DIG_FE_SOURCE_SELECT(1 << mst_enc->fe); in radeon_dp_mst_set_be_cntl()51 uint32_t offset = radeon_atom_set_enc_offset(mst_enc->fe); in radeon_dp_mst_set_be_cntl()57 DRM_ERROR("timed out waiting for FE %d %d\n", primary->offset, mst_enc->fe); in radeon_dp_mst_set_be_cntl()123 struct radeon_encoder_mst *mst_enc; in radeon_dp_mst_update_stream_attribs() local133 mst_enc = subenc->enc_priv; in radeon_dp_mst_update_stream_attribs()135 if (!mst_enc->enc_active) in radeon_dp_mst_update_stream_attribs()138 new_attribs[idx].fe = mst_enc->fe; in radeon_dp_mst_update_stream_attribs()139 new_attribs[idx].slots = drm_dp_mst_get_vcpi_slots(&mst_conn->mst_mgr, mst_enc->port); in radeon_dp_mst_update_stream_attribs()[all …]
250 struct radeon_encoder_mst *mst_enc; in radeon_get_connector_for_encoder() local255 mst_enc = radeon_encoder->enc_priv; in radeon_get_connector_for_encoder()256 if (mst_enc->connector == radeon_connector->mst_port) in radeon_get_connector_for_encoder()
618 struct radeon_encoder_mst *mst_enc = radeon_encoder->enc_priv; in atombios_adjust_pll() local619 struct radeon_connector_atom_dig *dig_connector = mst_enc->connector->con_priv; in atombios_adjust_pll()