From: Ben Widawsky Date: Sun, 4 Nov 2012 17:21:28 +0000 (-0800) Subject: drm/i915: Calculate correct stolen size for GEN7+ X-Git-Tag: v3.8-rc1~82^2~192^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03752f5b7b77b95d83479885040950fba1250850;p=pandora-kernel.git drm/i915: Calculate correct stolen size for GEN7+ This bug existed in the old code, but was easier to fix here in the rework. Unfortunately gen7 doesn't have a nice way to figure out the size and we must use a lookup table. As Jesse pointed out, there is some confusion in the docs about these definitions. We're picking the one which seems more accurate, but we really aren't certain. Signed-off-by: Ben Widawsky Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed