diff options
author | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | 2018-02-07 02:26:04 -0500 |
---|---|---|
committer | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | 2018-02-07 02:26:04 -0500 |
commit | 2f2f2db86d63605b1f57780ead21d4968e9d0bf3 (patch) | |
tree | 906109849edbf99b74fe968fdc7b6954ac3fba92 /drivers | |
parent | b2f78cda260bc6a1a2d382b1d85a29e69b5b3724 (diff) |
drm/i915: Update DRIVER_DATE to 20180207
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Diffstat (limited to 'drivers')
-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 a241620f22ad..60079a69c2f9 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 "20171222" | 86 | #define DRIVER_DATE "20180207" |
87 | #define DRIVER_TIMESTAMP 1513971710 | 87 | #define DRIVER_TIMESTAMP 1517988364 |
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 |