]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: APPLY: Remove usage of omap_dss_device from manual/auto update checks
authorArchit Taneja <archit@ti.com>
Thu, 24 May 2012 09:38:54 +0000 (15:08 +0530)
committerArchit Taneja <archit@ti.com>
Fri, 29 Jun 2012 10:57:58 +0000 (16:27 +0530)
commit257bebe577d47d067aa72d92145a025ed6c8f8b6
tree6c9dbbd236c4488d0630490910db2c3ee66ecfa3
parentd8b32f02ed850d8797ccb6f6678b0594e87a58c9
OMAPDSS: APPLY: Remove usage of omap_dss_device from manual/auto update checks

APPLY needs to know at certain places whether an overlay manager is in manual
or auto update mode. The caps of the connected omap_dss_device were used to
check that.

A LCD manager is in manual update if stallmode is enabled for that manager. TV
managers for now always auto update.

Return the value of stallmode parameter in the private data 'lcd_confg' in
mgr_manual_update() and ovl_manual_update(), for TV managers stallmode field
will be false by default.

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