summaryrefslogtreecommitdiffstats
path: root/drivers/video/via/hw.h
diff options
context:
space:
mode:
authorFlorian Tobias Schandinat2010-09-19 06:40:15 +0200
committerFlorian Tobias Schandinat2010-09-24 04:15:25 +0200
commita2aa9f9f5ad94c8e0e767110c7a659de84a6b762 (patch)
treeb0d2510ecd7272658c005522041eb2014d2e965e /drivers/video/via/hw.h
parentviafb: add a mapping of supported output devices (diff)
downloadkernel-qcow2-linux-a2aa9f9f5ad94c8e0e767110c7a659de84a6b762.tar.gz
kernel-qcow2-linux-a2aa9f9f5ad94c8e0e767110c7a659de84a6b762.tar.xz
kernel-qcow2-linux-a2aa9f9f5ad94c8e0e767110c7a659de84a6b762.zip
viafb: rename output devices
Now it looks like we finally know enough about the output devices to give them proper names. As VIA_96 is often referred to as DVP0 rename it to VIA_DVP0. As VIA_6C and VIA_93 seem to exist only on CLE266 and "replace" DVP0 and DVP1 there rename them to VIA_LDVP0 and VIA_LDVP1 (L as legacy). The proc names were changed accordingly which should be harmless as they were just introduced and not beyond RFC state. This patch should make things a bit more comfortable and less scary. Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de> Acked-by: Jonathan Corbet <corbet@lwn.net> Cc: Joseph Chan <JosephChan@via.com.tw> Cc: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'drivers/video/via/hw.h')
-rw-r--r--drivers/video/via/hw.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/video/via/hw.h b/drivers/video/via/hw.h
index ad6f9b1cf40e..b76440946771 100644
--- a/drivers/video/via/hw.h
+++ b/drivers/video/via/hw.h
@@ -33,9 +33,9 @@
#define viafb_write_reg_mask(i, p, d, m) via_write_reg_mask(p, i, d, m)
/* VIA output devices */
-#define VIA_6C 0x00000001
-#define VIA_93 0x00000002
-#define VIA_96 0x00000004
+#define VIA_LDVP0 0x00000001
+#define VIA_LDVP1 0x00000002
+#define VIA_DVP0 0x00000004
#define VIA_CRT 0x00000010
#define VIA_DVP1 0x00000020
#define VIA_LVDS1 0x00000040