Skip to content

Commit 8840c9e

Browse files
committed
drm: arise: use dummy version in-tree to avoid conflicting with DKMS
1 parent dd00fe0 commit 8840c9e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

drivers/gpu/drm/arise/gf_version.h

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* IN THE SOFTWARE.
2222
*
2323
*/
24+
/* Original version
2425
2526
#define DRIVER_DATE "05/19/2025"
2627
#define DRIVER_MAJOR 0x25
@@ -36,3 +37,19 @@
3637
#define CC_VERSION ""
3738
#define LD_VERSION ""
3839
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

Comments
 (0)