diff options
author | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | 2018-03-08 07:49:39 -0500 |
---|---|---|
committer | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | 2018-03-08 07:49:39 -0500 |
commit | cf07a60f03f06d6298f4e70b3865bd5faac21c3b (patch) | |
tree | 6d50ecaaecfd7009e0c562e719d409495f2397a5 | |
parent | ed5c94a85bafc541376bf7e3c8c43b3ac25233db (diff) |
drm/i915: Update DRIVER_DATE to 20180308
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 604389d0b6a3..6e740f6fe33f 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 "20180305" | 86 | #define DRIVER_DATE "20180308" |
87 | #define DRIVER_TIMESTAMP 1520243775 | 87 | #define DRIVER_TIMESTAMP 1520513379 |
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 |