drm/i915: Extract general object init routine
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 11 Aug 2012 14:41:06 +0000 (15:41 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 24 Aug 2012 00:04:38 +0000 (02:04 +0200)
As we wish to create specialised object constructions in the near
future that share the same basic GEM object struct, export the default
initializer.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found