From: Alex Deucher Date: Tue, 3 Aug 2010 23:58:49 +0000 (-0400) Subject: drm/radeon/kms: fix calculation of h/v scaling factors X-Git-Tag: v2.6.36-rc1~540^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d65d65b175a29bd7ea2bb69c046419329c4a5db7;p=pandora-kernel.git drm/radeon/kms: fix calculation of h/v scaling factors Prior to this patch the code was dividing the src_v by the dst_h and vice versa, rather than src_v/dst_v and src_h/dst_h. This could lead to problems in the calculation of the display watermarks. Signed-off-by: Alex Deucher Signed-off-by: Dave Airlie --- Reading git-diff-tree failed