summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/dc/dsi.h
diff options
context:
space:
mode:
authorMing Wong <miwong@nvidia.com>2011-10-14 12:29:20 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:49:59 -0800
commitccb1676b1dc92c170dbb7633496be7ae97206d0a (patch)
treea625c8a5ce71a6ac1ab3b110cd6f96a9366b1944 /drivers/video/tegra/dc/dsi.h
parentc3510d18d039e966bf8f115cc317b525abb615bf (diff)
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 <jmayo@nvidia.com> (cherry picked from commit df4679db62b164e33e82fe56a18787cfca431d82) Signed-off-by: Jon Mayo <jmayo@nvidia.com> [jmayo@nvidia.com: cleaned up formatting] Change-Id: Ia2b54c070c91bbb4ba59741c0c5c23dae8f71ce8 Reviewed-on: http://git-master/r/63413 Reviewed-by: Lokesh Pathak <lpathak@nvidia.com> Tested-by: Lokesh Pathak <lpathak@nvidia.com> Rebase-Id: R965eb64babd304bd66f2c057721a9dd1eedb17ca
Diffstat (limited to 'drivers/video/tegra/dc/dsi.h')
-rw-r--r--drivers/video/tegra/dc/dsi.h1
1 files changed, 1 insertions, 0 deletions
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,