From: Ben Widawsky Date: Fri, 6 Dec 2013 22:10:59 +0000 (-0800) Subject: drm/i915: relax context alignment X-Git-Tag: v3.15-rc1~51^2~62^2~80^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b731d33d05dd5ce6b387cbadb0d9d24cb3732b40;p=pandora-kernel.git drm/i915: relax context alignment With the introduction of contexts per fd in the future, one can easily envision more contexts being used. We do not have an easy remedy to reduce the space requirements of the contexts, we can make things slightly better by using less stringent alignments on later hardware. Ville: Since I can almost predict you'll point this out. I can no longer find the docs which specify the 64k requirement on certain gen6 SKUs. If you'd like to change that too, be my guest. CC: Ville Syrjälä Signed-off-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed