diff options
author | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | 2018-03-05 04:56:15 -0500 |
---|---|---|
committer | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | 2018-03-05 04:56:15 -0500 |
commit | 1f267a572b573b0b155022750cba93001f4367a8 (patch) | |
tree | f5040c38e594854a82fda181ee162435ea60e73f | |
parent | 7b026763cff902debe1184ef4e0609dc148338ad (diff) |
drm/i915: Update DRIVER_DATE to 20180305
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
-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 10c9e5e619ab..7eec99d7fad4 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 "20180221" | 86 | #define DRIVER_DATE "20180305" |
87 | #define DRIVER_TIMESTAMP 1519219289 | 87 | #define DRIVER_TIMESTAMP 1520243775 |
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 |