]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/video/via/chip.h
Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux...
[mv-sheeva.git] / drivers / video / via / chip.h
index 8c06bd3c0b4da124d20e02db56e28d8fd7d93d68..d9b6e06e07004a5c5697302547d381bf976c097d 100644 (file)
@@ -121,9 +121,17 @@ struct lvds_chip_information {
        int i2c_port;
 };
 
+/* The type of 2D engine */
+enum via_2d_engine {
+       VIA_2D_ENG_H2,
+       VIA_2D_ENG_H5,
+       VIA_2D_ENG_M1,
+};
+
 struct chip_information {
        int gfx_chip_name;
        int gfx_chip_revision;
+       enum via_2d_engine twod_engine;
        struct tmds_chip_information tmds_chip_info;
        struct lvds_chip_information lvds_chip_info;
        struct lvds_chip_information lvds_chip_info2;