graphics: correct duplicate definition
authorAlan Cox <alan@linux.intel.com>
Thu, 28 May 2015 22:08:48 +0000 (23:08 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 28 May 2015 22:08:48 +0000 (23:08 +0100)
Kernel/include/graphics.h

index b3d26e8..71515d4 100644 (file)
@@ -40,7 +40,7 @@ struct display {
 #define GFX_BLT_GC     256
 #define GFX_RECT       512     /* Rectangles */
 #define GFX_RAW                1024    /* Raw command streams */
-#define GFX_RAWCOPY    1024    /* Raw command stream is copier format */
+#define GFX_RAWCOPY    2048    /* Raw command stream is copier format */
   uint16_t drawmodes;
 #define MODE_XOR       1       /* XOR as well as set/clr */
 #define MODE_PATTERN   2       /* 8x8 pattern */