Searched refs:p_dac (Results 1 – 2 of 2) sorted by relevance
621 …struct radeon_encoder_primary_dac *p_dac = (struct radeon_encoder_primary_dac *)radeon_encoder->en… in radeon_legacy_primary_dac_mode_set() local622 dac_macro_cntl = p_dac->ps2_pdac_adj; in radeon_legacy_primary_dac_mode_set()
1769 struct radeon_encoder_primary_dac *p_dac = NULL; in radeon_atombios_get_primary_dac_info() local1776 p_dac = kzalloc_obj(struct radeon_encoder_primary_dac); in radeon_atombios_get_primary_dac_info()1778 if (!p_dac) in radeon_atombios_get_primary_dac_info()1783 p_dac->ps2_pdac_adj = (bg << 8) | (dac); in radeon_atombios_get_primary_dac_info()1786 return p_dac; in radeon_atombios_get_primary_dac_info()