Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_encoders.c621 …struct radeon_encoder_primary_dac *p_dac = (struct radeon_encoder_primary_dac *)radeon_encoder->en… in radeon_legacy_primary_dac_mode_set() local
622 dac_macro_cntl = p_dac->ps2_pdac_adj; in radeon_legacy_primary_dac_mode_set()
H A Dradeon_atombios.c1769 struct radeon_encoder_primary_dac *p_dac = NULL; in radeon_atombios_get_primary_dac_info() local
1776 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()