]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/ast/ast_drv.h
drm/ast: Base support for AST2500
[karo-tx-linux.git] / drivers / gpu / drm / ast / ast_drv.h
index 8fcd55c0e63db63df93f3e3ee67ac569942c64a3..8880f0b62e9c2832845d7df2f40e0e77817a9f91 100644 (file)
@@ -65,6 +65,7 @@ enum ast_chip {
        AST2150,
        AST2300,
        AST2400,
+       AST2500,
        AST1180,
 };
 
@@ -81,6 +82,7 @@ enum ast_tx_chip {
 #define AST_DRAM_1Gx32   3
 #define AST_DRAM_2Gx16   6
 #define AST_DRAM_4Gx16   7
+#define AST_DRAM_8Gx16   8
 
 struct ast_fbdev;