From: Chris Wilson Date: Mon, 5 Nov 2012 22:25:07 +0000 (+0000) Subject: drm/i915: Clear unused fields of mode for framebuffer creation X-Git-Tag: v3.8-rc1~82^2~192^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fed39bd1d85bfd0d454cb7ba2aedab2f15141d5;p=pandora-kernel.git drm/i915: Clear unused fields of mode for framebuffer creation With the stricter checks introduced in commit ac911edae5960d7dccd9883f5fa5d25b591520de Author: Ville Syrjälä Date: Wed Oct 31 17:50:19 2012 +0200 drm/i915: Check the framebuffer offset (and friends), it became especially prudent to make sure that the additional fields inside the mode were cleared before attempting to create a framebuffer. In particular, the fb created for load detection failed to do so and hence failed. Signed-off-by: Chris Wilson Cc: Ville Syrjälä Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed