commit | e99e1e7893ac80fe769477cb1ddd4b482cef8902 | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Wed Jan 13 22:28:42 2010 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Thu Jan 14 12:19:50 2010 +1000 |
tree | 16818131508809a7e0366447b627b604f7e7076d | |
parent | 476d51dbdbaa2e61fa4899459c658f476eee3fd9 [diff] [blame] |
drm/ttm: Export symbols needed for vmwgfx suspend / resume operations. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/drivers/gpu/drm/ttm/ttm_bo.c index e10a04e..7a64f07 100644 --- a/drivers/gpu/drm/ttm/ttm_bo.c +++ b/drivers/gpu/drm/ttm/ttm_bo.c
@@ -1867,3 +1867,4 @@ while (ttm_bo_swapout(&bdev->glob->shrink) == 0) ; } +EXPORT_SYMBOL(ttm_bo_swapout_all);