summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Lahtinen <joonas.lahtinen@linux.intel.com>2019-03-28 14:41:55 +0200
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>2019-03-28 14:41:55 +0200
commita01b2c6f47d86c7d1a9fa822b3b91ec233b61784 (patch)
tree1ea00620d3460beb40fe8a9fbac3e173e0b65372
parent4828d64e7f38c68cdfdc62fc75bfebcdb2eacd16 (diff)
drm/i915: Update DRIVER_DATE to 20190328drm-intel-next-2019-03-28
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index f7d5b47e1dcb..25c264e55d3c 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -93,7 +93,7 @@
#define DRIVER_NAME "i915"
#define DRIVER_DESC "Intel Graphics"
#define DRIVER_DATE "20190328"
-#define DRIVER_TIMESTAMP 1553773998
+#define DRIVER_TIMESTAMP 1553776914
/* 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