Skip to content
Commit 37a57990 authored by Archit Taneja's avatar Archit Taneja
Browse files

OMAPDSS: SDI: Configure dss_lcd_mgr_config struct with lcd manager parameters



Create a dss_lcd_mgr_config struct instance in SDI. Fill up all the parameters
of the struct with configurations held by the panel, and the configurations
required by SDI.

Use these to write to the DISPC registers. These direct register writes would be
later replaced by a function which applies the configuration using the shadow
register programming model.

Create function sdi_config_lcd_manager() which fills the mgr_config parameters
and writes to the DISPC registers.

Signed-off-by: default avatarArchit Taneja <archit@ti.com>
parent 7d2572f8
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