diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-03-13 14:10:58 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-03-13 17:58:06 -0400 |
commit | 5bb326c64ad3bf5c93943280dcbcb25c8910d1aa (patch) | |
tree | bdad2a6c5e862c055f8d45ed6575e06d77841fb3 /src/r600_exa.c | |
parent | 8c2d40894448329e721360811c124998a17ba2ba (diff) |
R6xx/R7xx: EXA VSync Option not supported yet
Diffstat (limited to 'src/r600_exa.c')
-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); |