summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.h
diff options
context:
space:
mode:
authorJoonas Lahtinen <joonas.lahtinen@linux.intel.com>2019-03-28 13:15:45 +0200
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>2019-03-28 13:15:45 +0200
commita24dac922fdace8d9109b4225abfd3b04516de7a (patch)
tree512337258e2612b8a4c7df13c19d0e2fc725e945 /drivers/gpu/drm/i915/i915_drv.h
parente9a88dc2876616cc4d1ffb28ec95f2df650fe3d1 (diff)
drm/i915: Update DRIVER_DATE to 20190328
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index b05687ed91ef..056c00a23a44 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -92,8 +92,8 @@
#define DRIVER_NAME "i915"
#define DRIVER_DESC "Intel Graphics"
-#define DRIVER_DATE "20190320"
-#define DRIVER_TIMESTAMP 1553069028
+#define DRIVER_DATE "20190328"
+#define DRIVER_TIMESTAMP 1553771744
/* Use I915_STATE_WARN(x) and I915_STATE_WARN_ON() (rather than WARN() and
* WARN_ON()) for hw state sanity checks to check for unexpected conditions