From: Zhao Yakui Date: Mon, 22 Jun 2009 07:31:25 +0000 (+0800) Subject: drm/i915: Add support for changing LVDS panel fitting using an output property. X-Git-Tag: v2.6.31-rc2~85^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fbe18d65d66054667aaee849bed74674bb50062;p=pandora-kernel.git drm/i915: Add support for changing LVDS panel fitting using an output property. Previously the driver would always scale the chosen video mode to fill the panel. This adds 1:1 and maintain-aspect-ratio scaling modes. v2: the drm_calloc/drm_free is replaced by kzalloc/kfree based on Eric's suggestion. Signed-off-by: Zhao Yakui Signed-off-by: Eric Anholt --- Reading git-diff-tree failed