diff options
Diffstat (limited to 'src/r600_exa.c')
-rw-r--r-- | src/r600_exa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r600_exa.c b/src/r600_exa.c index ddbbb533..5ed9c07f 100644 --- a/src/r600_exa.c +++ b/src/r600_exa.c @@ -110,7 +110,7 @@ static void R600VlineHelperSet(ScrnInfoPtr pScrn, int x1, int y1, int x2, int y2 RADEONInfoPtr info = RADEONPTR(pScrn); struct radeon_accel_state *accel_state = info->accel_state; - accel_state->vline_crtc = radeon_pick_best_crtc(pScrn, x1, y1, x2, y2); + accel_state->vline_crtc = radeon_pick_best_crtc(pScrn, x1, x2, y1, y2); if (accel_state->vline_y1 == -1) accel_state->vline_y1 = y1; if (y1 < accel_state->vline_y1) |