drm/i915: fix typo in compressed buffer setup
authorJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 17 Sep 2009 21:22:44 +0000 (14:22 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 17 Sep 2009 21:22:44 +0000 (14:22 -0700)
commit6f465a8925016633891f5bf030f9c37036529b39
tree7c5e6075366efd8b79ffaac5de217c8b4323e061
parent7e61615857c6fb3afbcb43f5c4e97511a923f5a8
drm/i915: fix typo in compressed buffer setup

We want the compressed line length buffer address, not the framebuffer
address.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/gpu/drm/i915/i915_dma.c