diff options
Diffstat (limited to 'src/atombios_crtc.c')
-rw-r--r-- | src/atombios_crtc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/atombios_crtc.c b/src/atombios_crtc.c index 432cebe0..5c26ef82 100644 --- a/src/atombios_crtc.c +++ b/src/atombios_crtc.c @@ -491,6 +491,8 @@ atombios_crtc_mode_set(xf86CrtcPtr crtc, if (info->DispPriority) RADEONInitDispBandwidth(pScrn); + radeon_crtc->initialized = TRUE; + if (tilingChanged) { /* need to redraw front buffer, I guess this can be considered a hack ? */ /* if this is called during ScreenInit() we don't have pScrn->pScreen yet */ |