From: Mikko Perttunen Date: Thu, 10 Jun 2021 11:04:56 +0000 (+0300) Subject: drm/tegra: Bump driver version X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ef531d01663a99981c4496a53f06935bead938a8;p=linux.git drm/tegra: Bump driver version Bump driver version to 1.0.0 to allow userspace to detect availability of new interfaces. Signed-off-by: Mikko Perttunen Signed-off-by: Thierry Reding --- diff --git a/drivers/gpu/drm/tegra/drm.c b/drivers/gpu/drm/tegra/drm.c index bf5cb553d0ae7..7f6df6f8055d2 100644 --- a/drivers/gpu/drm/tegra/drm.c +++ b/drivers/gpu/drm/tegra/drm.c @@ -28,7 +28,7 @@ #define DRIVER_NAME "tegra" #define DRIVER_DESC "NVIDIA Tegra graphics" #define DRIVER_DATE "20120330" -#define DRIVER_MAJOR 0 +#define DRIVER_MAJOR 1 #define DRIVER_MINOR 0 #define DRIVER_PATCHLEVEL 0