From: Alex Deucher Date: Thu, 12 Nov 2009 19:55:14 +0000 (-0500) Subject: drm/radeon/kms: rework scaler handling X-Git-Tag: v2.6.33-rc1~323^2~4^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80297e87bc9728a6ce559063fc4c117eba1f955a;p=pandora-kernel.git drm/radeon/kms: rework scaler handling Keep requested scaler type in radeon_encoder and the actual scaler type used in radeon_crtc. This prevents us from enabling the scaler when it's not required (i.e., the requested mode is the native mode). Also, always set the adjusted mode equal to the native mode for lvds. Should fix: https://bugzilla.redhat.com/show_bug.cgi?id=522271 Signed-off-by: Alex Deucher Acked-by: Jerome Glisse Signed-off-by: Dave Airlie --- Reading git-diff-tree failed