drm/i915: Introduce i915_gem_object_create_stolen_for_preallocated
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 19 Feb 2013 21:31:37 +0000 (13:31 -0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 26 Mar 2013 19:39:28 +0000 (20:39 +0100)
Wrap a preallocated region of stolen memory within an ordinary GEM
object, for example the BIOS framebuffer.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found