summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Lahtinen <joonas.lahtinen@linux.intel.com>2019-03-11 10:17:04 +0200
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>2019-03-11 10:17:04 +0200
commitf4ecb8ae70de86710e85138ce49af5c689951953 (patch)
treeabb007cde6f553b62f2888647801904e7d673dde
parent85fddf0b002719b23ec545ea67b6983bfd8c92d5 (diff)
drm/i915: Update DRIVER_DATE to 20190311drm-intel-next-2019-03-11
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
-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 c4ffe19ec698..dc63303225fc 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 "20190220"
-#define DRIVER_TIMESTAMP 1550657146
+#define DRIVER_DATE "20190311"
+#define DRIVER_TIMESTAMP 1552292224
/* 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