summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-02-19 12:27:46 +0100
committerThierry Reding <treding@nvidia.com>2014-02-19 13:35:08 +0100
commit7155fec072120f2c341ef340d2405152a90f8912 (patch)
treef7fbf9a0ae2b04e21cfa3707ffd6a2edc200a1e1
parent8dd87c936286ac5182698ceb262e426546be01c6 (diff)
Properly identify DSI outputs
Newer Linux kernels support DSI outputs. To be able to identify them properly, add DSI to the list of output names. Reviewed-by: Aaron Plattner <aplattner@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r--src/drmmode_display.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drmmode_display.c b/src/drmmode_display.c
index 8ad3d99..849e143 100644
--- a/src/drmmode_display.c
+++ b/src/drmmode_display.c
@@ -864,7 +864,8 @@ static const char * const output_names[] = {
"HDMI",
"TV",
"eDP",
- "Virtual"
+ "Virtual",
+ "DSI",
};
static void