Merge upstream build fix for 32bit arches with xserver 1.13.

This commit is contained in:
matthieu 2012-09-16 17:03:51 +00:00
parent 007f491121
commit bb914d16ad

View File

@ -580,7 +580,7 @@ ATIScreenInit(SCREEN_INIT_ARGS_DECL)
#ifdef TV_OUT
/* Fix-up TV out after ImpacTV probe */
if (pATI->OptionTvOut && pATI->Chip < ATI_CHIP_264GTPRO)
ATISwitchMode(0, pScreenInfo->currentMode, 0);
ATISwitchMode(SWITCH_MODE_ARGS(pScreenInfo, pScreenInfo->currentMode));
#endif /* TV_OUT */
#ifdef XF86DRI_DEVEL