summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/dc/ext
diff options
context:
space:
mode:
authorDaniel Solomon <daniels@nvidia.com>2014-01-21 14:32:40 -0800
committerChao Xu <cxu@nvidia.com>2014-01-29 17:40:06 -0800
commite5c309b91efabccf07cdf1f829d41a3585ed73c2 (patch)
tree685a66f308b4eb7a9f4d76fa9f758a68cdcbc42c /drivers/video/tegra/dc/ext
parent84ba1734525eaae4b5cd548db3d43869007c3d44 (diff)
video: tegra: dc: Add NVSR driver
This is the initial driver cut for NVSR. Supports only the following: - DP interface - Communication over DPAUX - Sparse Refresh entry/exit via sysfs Change-Id: I4095ea0632b82b9b7a897cdf7bc48350a0aba4f5 Signed-off-by: Daniel Solomon <daniels@nvidia.com> Reviewed-on: http://git-master/r/353412 Reviewed-by: Chao Xu <cxu@nvidia.com> Tested-by: Chao Xu <cxu@nvidia.com>
Diffstat (limited to 'drivers/video/tegra/dc/ext')
-rw-r--r--drivers/video/tegra/dc/ext/control.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/tegra/dc/ext/control.c b/drivers/video/tegra/dc/ext/control.c
index a9d3762389e0..fbfa45ab1a46 100644
--- a/drivers/video/tegra/dc/ext/control.c
+++ b/drivers/video/tegra/dc/ext/control.c
@@ -1,7 +1,7 @@
/*
* drivers/video/tegra/dc/ext/control.c
*
- * Copyright (c) 2011-2013, NVIDIA CORPORATION, All rights reserved.
+ * Copyright (c) 2011-2014, NVIDIA CORPORATION, All rights reserved.
*
* Author: Robert Morell <rmorell@nvidia.com>
*
@@ -66,6 +66,7 @@ get_output_properties(struct tegra_dc_ext_control_output_properties *properties)
properties->type = TEGRA_DC_EXT_LVDS;
break;
case TEGRA_DC_OUT_DP:
+ case TEGRA_DC_OUT_NVSR_DP:
properties->type = TEGRA_DC_EXT_DP;
break;
default: