From: Gerd Hoffmann Date: Fri, 11 Oct 2013 08:01:09 +0000 (+0200) Subject: drm/cirrus: use drm_set_preferred_mode X-Git-Tag: v3.13-rc1~76^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=121a6a17439b000b9699c3fa876636db20fa4107;p=pandora-kernel.git drm/cirrus: use drm_set_preferred_mode Explicitly set 1024x768 as default mode, so the display doesn't come up with the largest supported mode. While being at it drop first three drm_add_modes_noedid calls. As drm_add_modes_noedid fills the mode list with modes from the database *up to* the specified size it is pretty pointless to call it multiple times with different sizes. Signed-off-by: Gerd Hoffmann Signed-off-by: Dave Airlie --- Reading git-diff-tree failed