aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorJoonas Lahtinen <joonas.lahtinen@linux.intel.com>2018-09-06 08:14:18 -0400
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>2018-09-06 08:14:18 -0400
commit01a84c11a5e6a4f78834c66c7eb84bcdfea6eafc (patch)
treef521cf76cb9435859c0fe84dc39e8feb3150abc2 /drivers/gpu
parent31962ca6a26087eea255c000ea9fa4ffbdad697b (diff)
drm/i915: Update DRIVER_DATE to 20180906
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Diffstat (limited to 'drivers/gpu')
-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 767615ecdea5..f63dca7f396a 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -86,8 +86,8 @@
86 86
87#define DRIVER_NAME "i915" 87#define DRIVER_NAME "i915"
88#define DRIVER_DESC "Intel Graphics" 88#define DRIVER_DESC "Intel Graphics"
89#define DRIVER_DATE "20180903" 89#define DRIVER_DATE "20180906"
90#define DRIVER_TIMESTAMP 1535975875 90#define DRIVER_TIMESTAMP 1536236058
91 91
92/* Use I915_STATE_WARN(x) and I915_STATE_WARN_ON() (rather than WARN() and 92/* Use I915_STATE_WARN(x) and I915_STATE_WARN_ON() (rather than WARN() and
93 * WARN_ON()) for hw state sanity checks to check for unexpected conditions 93 * WARN_ON()) for hw state sanity checks to check for unexpected conditions