HomeSort by: relevance | last modified time | path
    Searched defs:tvdac (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_tv.c 750 radeon_tvdac_ptr tvdac = NULL; local
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;
legacy_output.c 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;
976 ErrorF("enable TVDAC\n");
1086 ErrorF("disable TVDAC\n")
1528 radeon_tvdac_ptr tvdac = NULL; local
    [all...]

Completed in 14 milliseconds