Skip to content
Commit 75bac5d1 authored by Archit Taneja's avatar Archit Taneja
Browse files

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: default avatarArchit Taneja <archit@ti.com>
parent 6e543595
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment