From ccb1676b1dc92c170dbb7633496be7ae97206d0a 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 Reviewed-on: http://git-master/r/58180 Reviewed-by: Jon Mayo (cherry picked from commit df4679db62b164e33e82fe56a18787cfca431d82) Signed-off-by: Jon Mayo [jmayo@nvidia.com: cleaned up formatting] Change-Id: Ia2b54c070c91bbb4ba59741c0c5c23dae8f71ce8 Reviewed-on: http://git-master/r/63413 Reviewed-by: Lokesh Pathak Tested-by: Lokesh Pathak Rebase-Id: R965eb64babd304bd66f2c057721a9dd1eedb17ca --- drivers/video/tegra/dc/dsi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/video/tegra/dc/dsi.h') diff --git a/drivers/video/tegra/dc/dsi.h b/drivers/video/tegra/dc/dsi.h index 6ccf544dd842..95636c0e01eb 100644 --- a/drivers/video/tegra/dc/dsi.h +++ b/drivers/video/tegra/dc/dsi.h @@ -185,6 +185,7 @@ enum { CMD_EOT = 0x08, CMD_NULL = 0x09, + CMD_SHORTW = 0x15, CMD_BLNK = 0x19, CMD_LONGW = 0x39, -- cgit v1.2.3