]> git.baikalelectronics.ru Git - kernel.git/commit
drm/mgag200: Invalidate page tables when pinning a BO
authorEgbert Eich <eich@suse.com>
Wed, 17 Jul 2013 15:40:56 +0000 (17:40 +0200)
committerDave Airlie <airlied@redhat.com>
Wed, 7 Aug 2013 00:01:01 +0000 (10:01 +1000)
commit5e43e8002b94a23e6602036d79cdc182c6abaa64
treec305279fadac3ec05c46fd2ea68f2e415ce1cbad
parentf949a003cf25175c5f498f7e5818220daa0bce06
drm/mgag200: Invalidate page tables when pinning a BO

When a BO gets pinned the placement may get changed. If the memory is
mapped into user space and user space has already accessed the mapped
range the page tables are set up but now point to the wrong memory.
Set bo.mdev->dev_mapping in mgag200_bo_create() to make sure that
ttm_bo_unmap_virtual() called from ttm_bo_handle_move_mem() will take
care of this.

v2: Don't call ttm_bo_unmap_virtual() in mgag200_bo_pin(), fix comment.

Signed-off-by: Egbert Eich <eich@suse.com>
Cc: stable@vger.kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/mgag200/mgag200_ttm.c