OMAPDSS: DISPC: Remove hardcoded use of PPL in five tap clock calculation
authorArchit Taneja <archit@ti.com>
Thu, 8 Sep 2011 07:21:10 +0000 (12:51 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 30 Sep 2011 13:17:26 +0000 (16:17 +0300)
commitebdc52499f56ddb63318e7bcb5e80b774bb80264
treeb292f305562acdb219f0346636325c008bf963ee
parentc3dc6a7afb47735b82a4c0061e814454a649dbfc
OMAPDSS: DISPC: Remove hardcoded use of PPL in five tap clock calculation

The function calc_fclk_five_taps() uses a fixed value of pixels per line which
is used in calculations to get the minimum fclk needed for scaling with five
taps to work.

Remove this by providing the width of the panel connected to the manager.

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dispc.c