Lines Matching refs:tvdac
108 RADEONGetTVDacAdjInfo(ScrnInfoPtr pScrn, radeon_tvdac_ptr tvdac)
112 if (!RADEONGetDAC2InfoFromBIOS(pScrn, tvdac)) {
113 tvdac->ps2_tvdac_adj = default_tvdac_adj[info->ChipFamily];
116 tvdac->ps2_tvdac_adj = 0x00880000;
118 tvdac->pal_tvdac_adj = tvdac->ps2_tvdac_adj;
119 tvdac->ntsc_tvdac_adj = tvdac->ps2_tvdac_adj;
1528 radeon_tvdac_ptr tvdac = NULL;
1533 tvdac = (radeon_tvdac_ptr)radeon_encoder->dev_priv;
1535 if (tvdac == NULL)
1561 tvdac->ps2_tvdac_adj);