From: Daniel Vetter Date: Fri, 18 Feb 2011 16:59:16 +0000 (+0100) Subject: drm/radeon: embed struct drm_gem_object X-Git-Tag: v2.6.39-rc1~458^2~22^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=441921d5309cfe098747d9840fd71bdc6ca2a93b;p=pandora-kernel.git drm/radeon: embed struct drm_gem_object Unconditionally initialize the drm gem object - it's not worth the trouble not to for the few kernel objects. This patch only changes the place of the drm gem object, access is still done via pointers. v2: Uncoditionally align the size in radeon_bo_create. At least the r600/evergreen blit code didn't to this, angering the paranoid gem code. Signed-off-by: Daniel Vetter Signed-off-by: Dave Airlie --- Reading git-diff-tree failed