summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Lahtinen <joonas.lahtinen@linux.intel.com>2019-03-20 10:03:48 +0200
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>2019-03-20 10:03:48 +0200
commit1284ec985572232ace4817476baeb2d82b60be7a (patch)
tree424ccca80317aafd104c14c67a90ed46b291b31e
parent729ae330a0f2e270db2ca70c06a83d0aa2776288 (diff)
drm/i915: Update DRIVER_DATE to 20190320drm-intel-next-2019-03-20
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 58f038ffe6ce..363b2d3e4d50 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 "20190311"
-#define DRIVER_TIMESTAMP 1552292224
+#define DRIVER_DATE "20190320"
+#define DRIVER_TIMESTAMP 1553069028
/* 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