commit | 22ee861c816689b2566290356d54e4a01c9b2e74 | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Fri May 28 11:22:00 2010 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Tue Jun 01 09:37:28 2010 +1000 |
tree | 336d5b5f516c5345907f343f86ca0ab452c28930 | |
parent | d7e1958dbe4a7b81d4cab5fab545a068501b967e [diff] |
drm/vmwgfx: Reserve first part of VRAM for framebuffer. The host may be touching this part of VRAM at modesetting, even if we never use it ourselves, since we blit screen updates from 3D surfaces. Make sure no DMA buffers are placed in this part of VRAM. V2: Fix an error check in vmw_surface_dmabuf_pin(). Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Signed-off-by: Jakob Bornecrantz <jakob@vmware.com> Signed-off-by: Dave Airlie <airlied@redhat.com>