From df4679db62b164e33e82fe56a18787cfca431d82 Mon Sep 17 00:00:00 2001 From: Ming Wong Date: Fri, 14 Oct 2011 12:29:20 -0700 Subject: video: tegra: dsi: Add support for DCS short write (1 parameter) Add MIPI DCS short write (1 parameter) support. The cmds sent with this new function will be sent every frame by hardware Bug 884157 Change-Id: I4110f5698d7156c481ef70c5a343ef4920a78677 Reviewed-on: http://git-master/r/58180 Tested-by: Ming Wong Reviewed-by: Venkata (Muni) Anda Reviewed-by: Kevin Huang (Eng-SW) Reviewed-by: Jon Mayo --- arch/arm/mach-tegra/include/mach/dc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch') diff --git a/arch/arm/mach-tegra/include/mach/dc.h b/arch/arm/mach-tegra/include/mach/dc.h index f42383429906..2ea1410f1d14 100644 --- a/arch/arm/mach-tegra/include/mach/dc.h +++ b/arch/arm/mach-tegra/include/mach/dc.h @@ -525,6 +525,8 @@ struct tegra_dc_pwm_params { void tegra_dc_config_pwm(struct tegra_dc *dc, struct tegra_dc_pwm_params *cfg); +int tegra_dsi_send_panel_short_cmd(struct tegra_dc *dc, u8 *pdata, u8 data_len); + int tegra_dc_update_csc(struct tegra_dc *dc, int win_index); /* -- cgit v1.2.3