diff options
Diffstat (limited to 'src/radeon_randr.c')
-rw-r--r-- | src/radeon_randr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/radeon_randr.c b/src/radeon_randr.c index 4e21a333..63b00802 100644 --- a/src/radeon_randr.c +++ b/src/radeon_randr.c @@ -656,8 +656,8 @@ xf86RandR12CrtcSet (ScreenPtr pScreen, RADEONUnblank(pScrn); info->IsSwitching = FALSE; } - // if (info->DispPriority) - // RADEONInitDispBandwidth(pScrn); + if (info->DispPriority) + RADEONInitDispBandwidth(pScrn); } if (pos_changed && mode) |