Searched refs:tvdac (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_bios.c1034 Bool RADEONGetDAC2InfoFromBIOS (ScrnInfoPtr pScrn, radeon_tvdac_ptr tvdac) argument
1055 tvdac->ps2_tvdac_adj = (bg << 16) | (dac << 20);
1059 tvdac->pal_tvdac_adj = (bg << 16) | (dac << 20);
1063 tvdac->ntsc_tvdac_adj = (bg << 16) | (dac << 20);
1069 tvdac->ps2_tvdac_adj = (bg << 16) | (dac << 20);
1073 tvdac->pal_tvdac_adj = (bg << 16) | (dac << 20);
1077 tvdac->ntsc_tvdac_adj = (bg << 16) | (dac << 20);
1089 tvdac->ps2_tvdac_adj = (bg << 16) | (dac << 20);
1090 tvdac->pal_tvdac_adj = tvdac
[all...]
H A Dradeon_tv.c750 radeon_tvdac_ptr tvdac = NULL; local in function:RADEONInitTVRegisters
755 tvdac = (radeon_tvdac_ptr)radeon_encoder->dev_priv;
757 if (tvdac == NULL)
913 save->tv_dac_cntl = tvdac->ntsc_tvdac_adj;
915 save->tv_dac_cntl = tvdac->pal_tvdac_adj;
H A Dlegacy_output.c108 RADEONGetTVDacAdjInfo(ScrnInfoPtr pScrn, radeon_tvdac_ptr tvdac) argument
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; local in function:RADEONInitTvDacCntl
1533 tvdac
[all...]
H A Dradeon.h1092 extern void RADEONGetTVDacAdjInfo(ScrnInfoPtr pScrn, radeon_tvdac_ptr tvdac);
1142 extern Bool RADEONGetDAC2InfoFromBIOS(ScrnInfoPtr pScrn, radeon_tvdac_ptr tvdac);

Completed in 10 milliseconds