aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/drm.c
diff options
context:
space:
mode:
authorMikko Perttunen <mperttunen@nvidia.com>2021-06-10 14:04:56 +0300
committerThierry Reding <treding@nvidia.com>2021-08-10 17:04:05 +0200
commitef531d01663a99981c4496a53f06935bead938a8 (patch)
tree37e5802861094cf785001c4a234aaaccbb9e27cc /drivers/gpu/drm/tegra/drm.c
parentdrm/tegra: Add job firewall (diff)
downloadlinux-dev-ef531d01663a99981c4496a53f06935bead938a8.tar.xz
linux-dev-ef531d01663a99981c4496a53f06935bead938a8.zip
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 <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/tegra/drm.c')
-rw-r--r--drivers/gpu/drm/tegra/drm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tegra/drm.c b/drivers/gpu/drm/tegra/drm.c
index bf5cb553d0ae..7f6df6f8055d 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