From 9ca0aeaad01b7c682396b30af48668f287a59d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Wed, 8 Jul 2009 09:13:36 +0200 Subject: Pass on CS relocation offset values. Not actually used ATM, but just in case... --- src/radeon_macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/radeon_macros.h b/src/radeon_macros.h index 15d9d73a..b3b740f1 100644 --- a/src/radeon_macros.h +++ b/src/radeon_macros.h @@ -176,7 +176,7 @@ do { \ #define EMIT_OFFSET(reg, value, pPix, rd, wd) do { \ if (info->cs) { \ driver_priv = exaGetPixmapDriverPrivate(pPix); \ - OUT_ACCEL_REG((reg), 0); \ + OUT_ACCEL_REG((reg), (value)); \ OUT_RELOC(driver_priv->bo, (rd), (wd)); \ } else { \ uint32_t _pix_offset; \ -- cgit v1.2.3