summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/i915_video.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i915_video.c b/src/i915_video.c
index 1ef58ac8..3b4247cf 100644
--- a/src/i915_video.c
+++ b/src/i915_video.c
@@ -136,8 +136,8 @@ I915DisplayVideoTextured(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv, int id,
format = COLR_BUF_ARGB8888 | DEPTH_FRMT_24_FIXED_8_OTHER;
OUT_BATCH(LOD_PRECLAMP_OGL |
- DSTORG_HORT_BIAS(0x80) |
- DSTORG_VERT_BIAS(0x80) |
+ DSTORG_HORT_BIAS(0x8) |
+ DSTORG_VERT_BIAS(0x8) |
format);
/* front buffer, pitch, offset */