[PATCH 15/26] vmwgfx: Place overlays in GMR area if we can

2011-10-04 Thread Thomas Hellstrom
From: Jakob Bornecrantz When we hae screen objects we are allowed to place the overlay source in the GMR area, do this as this will save precious VRAM. Signed-off-by: Jakob Bornecrantz Reviewed-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c | 134

[PATCH 15/26] vmwgfx: Place overlays in GMR area if we can

2011-10-04 Thread Thomas Hellstrom
From: Jakob Bornecrantz ja...@vmware.com When we hae screen objects we are allowed to place the overlay source in the GMR area, do this as this will save precious VRAM. Signed-off-by: Jakob Bornecrantz ja...@vmware.com Reviewed-by: Thomas Hellstrom thellst...@vmware.com ---