OMAPDSS: DISPC: pass pclk & lclk to calc_scaling
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 19 Oct 2012 12:43:29 +0000 (15:43 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 27 Nov 2012 10:47:24 +0000 (12:47 +0200)
commit0c6921de3710465ca35179b6e327e8b67b9ffaf7
tree66695505f0763bb7f081156445ccf3b395338187
parent465ec13f600f1cba4def9540a450c9263c93cf8c
OMAPDSS: DISPC: pass pclk & lclk to calc_scaling

In order to make the scaling calculations independent of the current
hardware configuration (e.g. which manager is connected to this output),
we need to change the calc funcs to get all the variables needed for the
calculations via parameters.

This patch changes calc_scaling to get pclk and lclk as parameters.

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