summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Lahtinen <joonas.lahtinen@linux.intel.com>2018-03-05 11:56:15 +0200
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>2018-03-05 11:56:15 +0200
commit1f267a572b573b0b155022750cba93001f4367a8 (patch)
treef5040c38e594854a82fda181ee162435ea60e73f
parent7b026763cff902debe1184ef4e0609dc148338ad (diff)
drm/i915: Update DRIVER_DATE to 20180305drm-intel-next-2018-03-05
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 10c9e5e619ab..7eec99d7fad4 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -83,8 +83,8 @@
#define DRIVER_NAME "i915"
#define DRIVER_DESC "Intel Graphics"
-#define DRIVER_DATE "20180221"
-#define DRIVER_TIMESTAMP 1519219289
+#define DRIVER_DATE "20180305"
+#define DRIVER_TIMESTAMP 1520243775
/* 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