diff options
-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 |