diff options
author | Dave Airlie <airlied@redhat.com> | 2009-11-25 23:57:23 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-12-08 01:22:48 +0100 |
commit | e8696330e2a95e1b5872550dcf3ed04aecaf96b3 (patch) | |
tree | 4b3a5db12e30be155fbbce22ce3b7c0fd211b9a7 /drivers/gpu | |
parent | drm/radeon/kms: do dp link training at dpms on time not mode set. (diff) | |
download | linux-e8696330e2a95e1b5872550dcf3ed04aecaf96b3.tar.xz linux-e8696330e2a95e1b5872550dcf3ed04aecaf96b3.zip |
drm/radeon/kms: drop unused array to fix warning.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/radeon/atombios_dp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/radeon/atombios_dp.c b/drivers/gpu/drm/radeon/atombios_dp.c index 28741d40bf66..e1cbd5049f86 100644 --- a/drivers/gpu/drm/radeon/atombios_dp.c +++ b/drivers/gpu/drm/radeon/atombios_dp.c @@ -42,9 +42,6 @@ static char *voltage_names[] = { static char *pre_emph_names[] = { "0dB", "3.5dB", "6dB", "9.5dB" }; -static char *link_train_names[] = { - "pattern 1", "pattern 2", "idle", "off" -}; static const int dp_clocks[] = { 54000, // 1 lane, 1.62 Ghz |