We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd00fe0 commit 8840c9eCopy full SHA for 8840c9e
drivers/gpu/drm/arise/gf_version.h
@@ -21,6 +21,7 @@
21
* IN THE SOFTWARE.
22
*
23
*/
24
+/* Original version
25
26
#define DRIVER_DATE "05/19/2025"
27
#define DRIVER_MAJOR 0x25
@@ -36,3 +37,19 @@
36
37
#define CC_VERSION ""
38
#define LD_VERSION ""
39
40
+*/
41
+
42
+/* Dummy version to avoid conflicting with DKMS */
43
+#define DRIVER_DATE "05/19/2025"
44
+#define DRIVER_MAJOR 0x20
45
+#define DRIVER_MINOR 0x00
46
+#define DRIVER_PATCHLEVEL 0x46
47
+#define DRIVER_CLASS ""
48
+#define DRIVER_NAME arise
49
+#define DRIVER_VENDOR "Glenfly Tech Co., Ltd."
50
+#define DRIVER_LICENSE "Glenfly"
51
+#define DRIVER_VERSION ((DRIVER_MAJOR<<24)|(DRIVER_MINOR<<16)|DRIVER_PATCHLEVEL)
52
+#define DRIVER_VERSION_CHAR "20.00.46"
53
+#define OS_VERSION ""
54
+#define CC_VERSION ""
55
+#define LD_VERSION ""
0 commit comments