From: Dave Airlie Date: Fri, 9 Apr 2010 06:27:00 +0000 (+0000) Subject: drm/radeon/kms: only change mode when coherent value changes. X-Git-Tag: v2.6.34-rc5~6^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce227c4183a2c18c9e5467b7e92d47140e763ab9;p=pandora-kernel.git drm/radeon/kms: only change mode when coherent value changes. On X startup we were getting a flicker where there shouldn't have been one. the X DDX calls the kernel to set the properties to the same values (yes it could be smarter), however the kernel was doing a pointless modeset then, making my nice smooth boot ugly. Signed-off-by: Dave Airlie --- Reading git-diff-tree failed