diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-01-08 16:51:43 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-01-08 16:51:43 -0500 |
commit | 74da9a66a420a40bb5d562f07e97ce6ac2eb010f (patch) | |
tree | 20e6469dec7afa92e3e8be5738756a6b9e40a753 | |
parent | 61977f61f516b54d1fd9df34d0f0892fbf5227d7 (diff) |
radeon/kms: add new strings for eDP and TV
-rw-r--r-- | src/drmmode_display.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drmmode_display.c b/src/drmmode_display.c index 38f73735..b7a62189 100644 --- a/src/drmmode_display.c +++ b/src/drmmode_display.c @@ -847,6 +847,8 @@ const char *output_names[] = { "None", "DP", "HDMI", "HDMI", + "TV", + "eDP" }; static void |