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 5b70bb9089fe..60267e375e88 100644 --- a/drivers/gpu/drm/i915/i915_drv.h +++ b/drivers/gpu/drm/i915/i915_drv.h | |||
| @@ -80,8 +80,8 @@ | |||
| 80 | 80 | ||
| 81 | #define DRIVER_NAME "i915" | 81 | #define DRIVER_NAME "i915" |
| 82 | #define DRIVER_DESC "Intel Graphics" | 82 | #define DRIVER_DESC "Intel Graphics" |
| 83 | #define DRIVER_DATE "20170731" | 83 | #define DRIVER_DATE "20170818" |
| 84 | #define DRIVER_TIMESTAMP 1501488491 | 84 | #define DRIVER_TIMESTAMP 1503088845 |
| 85 | 85 | ||
| 86 | /* Use I915_STATE_WARN(x) and I915_STATE_WARN_ON() (rather than WARN() and | 86 | /* Use I915_STATE_WARN(x) and I915_STATE_WARN_ON() (rather than WARN() and |
| 87 | * WARN_ON()) for hw state sanity checks to check for unexpected conditions | 87 | * WARN_ON()) for hw state sanity checks to check for unexpected conditions |
