diff options
Diffstat (limited to 'src/legacy_crtc.c')
-rw-r--r-- | src/legacy_crtc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/legacy_crtc.c b/src/legacy_crtc.c index cba1b5f3..b8c53806 100644 --- a/src/legacy_crtc.c +++ b/src/legacy_crtc.c @@ -1832,7 +1832,9 @@ legacy_crtc_mode_set(xf86CrtcPtr crtc, DisplayModePtr mode, radeon_update_tv_routing(pScrn, info->ModeReg); if (info->DispPriority) - RADEONInitDispBandwidth(pScrn); + RADEONInitDispBandwidth(pScrn); + + radeon_crtc->initialized = TRUE; if (tilingChanged) { /* need to redraw front buffer, I guess this can be considered a hack ? */ |