]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: DISPC: Simplify function names for setting pipeline input and output sizes
authorArchit Taneja <archit@ti.com>
Fri, 21 Sep 2012 09:21:49 +0000 (14:51 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 26 Sep 2012 11:58:49 +0000 (14:58 +0300)
commitcb541a2b37e8e276c1d1bd99ac164051a336d99d
treeceda8974ead0fce8a8205006a83a610cb43136f0
parentd8a17c808db906181aa6c971ac423e6fdeeffc7a
OMAPDSS: DISPC: Simplify function names for setting pipeline input and output sizes

The DISPC pipeline register names in the TRM for setting the buffer size and
the output size are a bit misleading, for example, there are different register
names for setting the buffer size for VID and GFX pipes. Things get more
confusing when considering writeback pipeline.

Rename the functions so that they tell whether they are configuring the input
to the scalar or the output. These will be extended later to support writeback
registers.

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