diff options
author | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | 2018-09-21 05:26:37 -0400 |
---|---|---|
committer | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | 2018-09-21 05:26:37 -0400 |
commit | 448626103dad54ec5d06722e955586b5d557625d (patch) | |
tree | 3d0868be66f2561ff219f5abbd549ab0e12b17a2 | |
parent | 8169671ababf306e22f8cf064184032ff74eb508 (diff) |
drm/i915: Update DRIVER_DATE to 20180921
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.h | 2 |
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 d82b912bee9a..808204a7ca7c 100644 --- a/drivers/gpu/drm/i915/i915_drv.h +++ b/drivers/gpu/drm/i915/i915_drv.h | |||
@@ -87,7 +87,7 @@ | |||
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 "20180921" | 89 | #define DRIVER_DATE "20180921" |
90 | #define DRIVER_TIMESTAMP 1537514460 | 90 | #define DRIVER_TIMESTAMP 1537521997 |
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 |