diff options
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.h | 4 |
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 ffbe397c2ade..8bd55b568c01 100644 --- a/drivers/gpu/drm/i915/i915_drv.h +++ b/drivers/gpu/drm/i915/i915_drv.h | |||
@@ -83,8 +83,8 @@ | |||
83 | 83 | ||
84 | #define DRIVER_NAME "i915" | 84 | #define DRIVER_NAME "i915" |
85 | #define DRIVER_DESC "Intel Graphics" | 85 | #define DRIVER_DESC "Intel Graphics" |
86 | #define DRIVER_DATE "20180207" | 86 | #define DRIVER_DATE "20180214" |
87 | #define DRIVER_TIMESTAMP 1517988364 | 87 | #define DRIVER_TIMESTAMP 1518601107 |
88 | 88 | ||
89 | /* Use I915_STATE_WARN(x) and I915_STATE_WARN_ON() (rather than WARN() and | 89 | /* Use I915_STATE_WARN(x) and I915_STATE_WARN_ON() (rather than WARN() and |
90 | * WARN_ON()) for hw state sanity checks to check for unexpected conditions | 90 | * WARN_ON()) for hw state sanity checks to check for unexpected conditions |