From 0084647e87d8b36ceaf19387b15b1a9389cbbdce Mon Sep 17 00:00:00 2001 From: Sandy Huang Date: Thu, 8 Jul 2021 14:23:07 +0800 Subject: [PATCH] drm/rockchip: drv: update rockchip drm driver version to 3.0 linux 4.4: 1.0 linux 4.19: 2.0 linux 5.10: 3.0 Signed-off-by: Sandy Huang Change-Id: I8f1d7f53ccbdcfd163343ff179271a466a9cc661 --- drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_drv.c b/drivers/gpu/drm/rockchip/rockchip_drm_drv.c index 1810f67748cc..e39298249fdf 100644 --- a/drivers/gpu/drm/rockchip/rockchip_drm_drv.c +++ b/drivers/gpu/drm/rockchip/rockchip_drm_drv.c @@ -35,7 +35,7 @@ #define DRIVER_NAME "rockchip" #define DRIVER_DESC "RockChip Soc DRM" #define DRIVER_DATE "20140818" -#define DRIVER_MAJOR 1 +#define DRIVER_MAJOR 3 #define DRIVER_MINOR 0 static bool is_support_iommu = true;