diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/i830_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_video.c b/src/i830_video.c index daa2411b..3c6fbf36 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -1382,7 +1382,7 @@ I830CopyPlanarData(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv, dst_base = pPriv->buf->virtual; } else { drm_intel_gem_bo_start_gtt_access(pPriv->buf, TRUE); - dst_base = pI830->FbBase + pPriv->buf->offset; + dst_base = pI830->FbBase; } if (pPriv->currentBuf == 0) |