diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/r600_exa.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/r600_exa.c b/src/r600_exa.c index f16e040f..22e554da 100644 --- a/src/r600_exa.c +++ b/src/r600_exa.c @@ -2109,11 +2109,8 @@ R600DrawInit(ScreenPtr pScreen) #endif info->accel_state->exa->maxY = 8192; - if (xf86ReturnOptValBool(info->Options, OPTION_EXA_VSYNC, FALSE)) { - xf86DrvMsg(pScrn->scrnIndex, X_INFO, "EXA VSync enabled\n"); - info->accel_state->vsync = TRUE; - } else - info->accel_state->vsync = FALSE; + /* not supported yet */ + info->accel_state->vsync = FALSE; if (!exaDriverInit(pScreen, info->accel_state->exa)) { xfree(info->accel_state->exa); |