summaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorSantosh Reddy Galma <galmar@nvidia.com>2017-07-12 05:43:16 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2019-09-04 14:57:54 -0400
commit9ca0b417806a5161d83ff93565b029ab8b4bc1b0 (patch)
tree1c2e8fd375d0678bf8197d3630d2bc4a7f3a3707 /include/uapi
parentba9aa33a02f7d75f7162570248208c6b7eb366d5 (diff)
ext: add new tegra_dc_ext_control_output_type o/p
- add new tegra_dc_ext_control_output_type output interface TEGRA_DC_EXT_HDSI that denotes DSI is a hotpluggable external interface like HDMI/DP. Bug 1912157 Bug 200317394 Change-Id: Ia335188c764719d96cf6848d82454c644975cc15 Signed-off-by: Santosh Reddy Galma <galmar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1517919 (cherry picked from commit 03ad9bc56deb61c74199bf30f0f8e0d8665bb35a) (cherry picked from commit f9c08f728ebb3a0cedb034a7c3023d3f15809952) Reviewed-on: https://git-master.nvidia.com/r/2136237 GVS: Gerrit_Virtual_Submit Tested-by: Ken Chang <kenc@nvidia.com> Reviewed-by: Bibek Basu <bbasu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/video/tegra_dc_ext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/video/tegra_dc_ext.h b/include/uapi/video/tegra_dc_ext.h
index bb8769dec..95d6c058d 100644
--- a/include/uapi/video/tegra_dc_ext.h
+++ b/include/uapi/video/tegra_dc_ext.h
@@ -1387,6 +1387,7 @@ enum tegra_dc_ext_control_output_type {
1387 TEGRA_DC_EXT_DP, 1387 TEGRA_DC_EXT_DP,
1388 TEGRA_DC_EXT_EDP, 1388 TEGRA_DC_EXT_EDP,
1389 TEGRA_DC_EXT_NULL, 1389 TEGRA_DC_EXT_NULL,
1390 TEGRA_DC_EXT_HDSI, /*support DSI as external display*/
1390}; 1391};
1391 1392
1392/* 1393/*