VIGS: Temporary W/A for the extension
authorjinhyung.jo <jinhyung.jo@samsung.com>
Wed, 29 Jul 2015 07:53:42 +0000 (16:53 +0900)
committerjinhyung.jo <jinhyung.jo@samsung.com>
Wed, 29 Jul 2015 07:53:42 +0000 (16:53 +0900)
For the extension booting, modified the version of vigs drm.
This should be removed when the proper extension image is released.

Change-Id: I94e424f76212a228e273418b21143c818a1fa1b9
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
include/drm/vigs_drm.h

index 9ae82453429bef87abfafb032e4659a38a568d77..46d975bc4beaf1243fbe9304dd97d349cdff40ff 100644 (file)
@@ -8,7 +8,12 @@
 /*
  * Bump this whenever driver interface changes.
  */
+/* Temporary W/A for the extension */
+#ifdef CONFIG_MARU_EXTENSION_SOURCE
+#define DRM_VIGS_DRIVER_VERSION 13
+#else
 #define DRM_VIGS_DRIVER_VERSION 14
+#endif
 
 /*
  * Surface access flags.