git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e06dd3
)
drm/i915: Add support for changing LVDS panel fitting using an output property.
author
Zhao Yakui
<yakui.zhao@intel.com>
Mon, 22 Jun 2009 07:31:25 +0000
(15:31 +0800)
committer
Eric Anholt
<eric@anholt.net>
Tue, 23 Jun 2009 02:31:05 +0000
(19:31 -0700)
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>
No differences found