commit | d65d65b175a29bd7ea2bb69c046419329c4a5db7 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexdeucher@gmail.com> | Tue Aug 03 19:58:49 2010 -0400 |
committer | Dave Airlie <airlied@redhat.com> | Wed Aug 04 10:03:47 2010 +1000 |
tree | 459fd50b7e4af59af71e0e93bd602c243209983d | |
parent | fa0a6024da61d96a12fab18991b9897292b43253 [diff] |
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 <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>