commit | 3fbe18d65d66054667aaee849bed74674bb50062 | [log] [tgz] |
---|---|---|
author | Zhao Yakui <yakui.zhao@intel.com> | Mon Jun 22 15:31:25 2009 +0800 |
committer | Eric Anholt <eric@anholt.net> | Mon Jun 22 19:31:05 2009 -0700 |
tree | c80b52cd5ca66ee8d4542e9237292e7f39794fbd | |
parent | 9e06dd39f2b6d7e35981e0d7aded618686b32ccb [diff] |
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 <yakui.zhao@intel.com> Signed-off-by: Eric Anholt <eric@anholt.net>