diff options
author | 2018-09-06 15:14:18 +0300 | |
---|---|---|
committer | 2018-09-06 15:14:18 +0300 | |
commit | 01a84c11a5e6a4f78834c66c7eb84bcdfea6eafc (patch) | |
tree | f521cf76cb9435859c0fe84dc39e8feb3150abc2 | |
parent | drm/i915: Move final cleanup of drm_i915_private to i915_driver_destroy (diff) | |
download | wireguard-linux-01a84c11a5e6a4f78834c66c7eb84bcdfea6eafc.tar.xz wireguard-linux-01a84c11a5e6a4f78834c66c7eb84bcdfea6eafc.zip |
drm/i915: Update DRIVER_DATE to 20180906
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Diffstat (limited to '')
-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 767615ecdea5..f63dca7f396a 100644 --- a/drivers/gpu/drm/i915/i915_drv.h +++ b/drivers/gpu/drm/i915/i915_drv.h @@ -86,8 +86,8 @@ #define DRIVER_NAME "i915" #define DRIVER_DESC "Intel Graphics" -#define DRIVER_DATE "20180903" -#define DRIVER_TIMESTAMP 1535975875 +#define DRIVER_DATE "20180906" +#define DRIVER_TIMESTAMP 1536236058 /* Use I915_STATE_WARN(x) and I915_STATE_WARN_ON() (rather than WARN() and * WARN_ON()) for hw state sanity checks to check for unexpected conditions |