Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 443952 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/atiscreen.c (-2 / +1 lines)
Lines 580-586 ATIScreenInit(SCREEN_INIT_ARGS_DECL) Link Here
580
#ifdef TV_OUT
580
#ifdef TV_OUT
581
    /* Fix-up TV out after ImpacTV probe */
581
    /* Fix-up TV out after ImpacTV probe */
582
    if (pATI->OptionTvOut && pATI->Chip < ATI_CHIP_264GTPRO)
582
    if (pATI->OptionTvOut && pATI->Chip < ATI_CHIP_264GTPRO)
583
        ATISwitchMode(0, pScreenInfo->currentMode, 0);
583
        ATISwitchMode(SWITCH_MODE_ARGS(pScreenInfo, pScreenInfo->currentMode));
584
#endif /* TV_OUT */
584
#endif /* TV_OUT */
585
585
586
#ifdef XF86DRI_DEVEL
586
#ifdef XF86DRI_DEVEL
587
- 

Return to bug 443952