[PATCH 1/2] drm/radeon/kms: fix calculation of h/v scaling factors

2010-08-03 Thread Alex Deucher
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 --- drivers/gpu/drm/radeon/radeon_display.c | 20 +---

[PATCH 1/2] drm/radeon/kms: fix calculation of h/v scaling factors

2010-08-03 Thread Alex Deucher
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 --- drivers/gpu/drm/radeon/radeon_display.c | 20 +---