diff options
-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[] = { | |||
42 | static char *pre_emph_names[] = { | 42 | static char *pre_emph_names[] = { |
43 | "0dB", "3.5dB", "6dB", "9.5dB" | 43 | "0dB", "3.5dB", "6dB", "9.5dB" |
44 | }; | 44 | }; |
45 | static char *link_train_names[] = { | ||
46 | "pattern 1", "pattern 2", "idle", "off" | ||
47 | }; | ||
48 | 45 | ||
49 | static const int dp_clocks[] = { | 46 | static const int dp_clocks[] = { |
50 | 54000, // 1 lane, 1.62 Ghz | 47 | 54000, // 1 lane, 1.62 Ghz |